From: Mikael Hallendal Date: Sat, 13 Dec 2003 14:30:37 +0000 (+0000) Subject: 2003-12-13 Mikael Hallendal X-Git-Tag: dbus-0.21~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db400fed4708216510888441e846a345a04c2dce;p=thirdparty%2Fdbus.git 2003-12-13 Mikael Hallendal * doc/TODO: Added not about better error check of configuration files. --- diff --git a/ChangeLog b/ChangeLog index ccf317d25..26e461a53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-13 Mikael Hallendal + + * doc/TODO: Added not about better error check of configuration files. + 2003-12-02 Richard Hult * Update AFL version to 2.0 throughout the source files to reflect diff --git a/doc/TODO b/doc/TODO index 6c56f9b68..0ce888294 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.