diff options
author | Miloslav Trmac <mitr@volny.cz> | 2003-06-28 23:12:11 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2003-06-28 23:12:11 +0000 |
commit | 928d7f3cadc94c59a207f6f656652d858f4a85e7 (patch) | |
tree | eadba699cf9a25f22dbbc38067acaca5640dda18 /ChangeLog | |
parent | 00da8e46fde4dde3bb4b83181b303edd27e8ad69 (diff) |
2003-06-29 Miloslav Trmac <mitr@volny.cz>
* dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
the allocated block.
(_dbus_memory_test): New function.
* dbus/dbus-test.h: Add _dbus_memory_test ().
* dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-06-29 Miloslav Trmac <mitr@volny.cz> + * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking + the allocated block. + (_dbus_memory_test): New function. + * dbus/dbus-test.h: Add _dbus_memory_test (). + * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it. + * dbus/dbus-message.c (decode_header_data): Use %.4s instead of %c%c%c%c. (dbus_message_new): Remove obsolete @todo. |