summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Hallendal <micke@imendio.com>2003-12-13 14:30:37 +0000
committerMikael Hallendal <micke@imendio.com>2003-12-13 14:30:37 +0000
commitdb400fed4708216510888441e846a345a04c2dce (patch)
treee52981af33f9da05b35eda80f187ec3b92e73ad2
parenta1df3040f29223eddaa3ace0fe018fcb28cddcd9 (diff)
2003-12-13 Mikael Hallendal <micke@imendio.com>
* doc/TODO: Added not about better error check of configuration files.
-rw-r--r--ChangeLog4
-rw-r--r--doc/TODO4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccf317d2..26e461a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-13 Mikael Hallendal <micke@imendio.com>
+
+ * doc/TODO: Added not about better error check of configuration files.
+
2003-12-02 Richard Hult <richard@imendio.com>
* Update AFL version to 2.0 throughout the source files to reflect
diff --git a/doc/TODO b/doc/TODO
index 6c56f9b6..0ce88829 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -128,3 +128,7 @@
- rename HEADER_FIELD_SERVICE -> HEADER_FIELD_DESTINATION
and HEADER_FIELD_SENDER_SERVICE -> HEADER_FIELD_SENDER
for both dbus-protocol.h and in the spec
+
+ - Better error checking for bogus configuration files. Currently if a
+ configuration file tries to include itself the bus crashes on start. We
+ should probably have a check against this.