2003-03-28 Havoc Pennington <hp@pobox.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 28 Mar 2003 05:42:19 +0000 (05:42 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 28 Mar 2003 05:42:19 +0000 (05:42 +0000)
commitbf99381351b802fb3348a24037898222aae631e2
treeaae0a9583e4d6aa559849e4326a3c9b2a7175015
parent574c258bc9304d51bf0cdd131a6473e6fc5b477f
2003-03-28  Havoc Pennington  <hp@pobox.com>

* 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.
13 files changed:
ChangeLog
bus/config-loader-expat.c
bus/config-parser.c
bus/dispatch.c
bus/test.c
configure.in
dbus/dbus-auth.c
dbus/dbus-bus.h
dbus/dbus-internals.c
dbus/dbus-internals.h
dbus/dbus-memory.c
dbus/dbus-string.c
doc/TODO