From bf99381351b802fb3348a24037898222aae631e2 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 28 Mar 2003 05:42:19 +0000 Subject: 2003-03-28 Havoc Pennington * bus/test.c (bus_test_flush_bus): remove the sleep from here, I think it may have just been superstition. Not sure. * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM failures that were not being handled. * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling * dbus/dbus-memory.c: add ability to set number of mallocs in a row that will fail on out-of-memory. * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience function for testing out-of-memory handling. * bus/config-loader-expat.c (memsuite): don't wrap the dbus allocation functions, they do map exactly to the expat ones. --- doc/TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 1296f92a..001e0a5e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -39,3 +39,10 @@ - Automatic service activation, should probably be done through a message flag. + - Disconnecting the remote end on invalid UTF-8 is probably not a good + idea. The definitiion of "valid" is slightly fuzzy. I think it might + be better to just silently "fix" the UTF-8, or perhaps return an error. + + - We might consider returning a "no such operation" error in dbus-connection.c + for unhandled messages. + -- cgit