diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-05-03 12:23:44 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-03 12:23:44 +0000 |
commit | 92085171880640cf4bba0de6b78879b476a7b8cd (patch) | |
tree | 8a313048dc9fe03105839033c8a2e37b75856f34 /ChangeLog | |
parent | a71284ce30d1079660fdd1b2b4724ba5efd8aa4a (diff) |
Use malloced memory instead of stack-allocated, so that MALLOC_CHECK_=2
2006-05-03 Matthias Clasen <mclasen@redhat.com>
* tests/base64-test.c (test_incremental): Use malloced memory
instead of stack-allocated, so that MALLOC_CHECK_=2 catches
the OOB write...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-05-03 Matthias Clasen <mclasen@redhat.com> + + * tests/base64-test.c (test_incremental): Use malloced memory + instead of stack-allocated, so that MALLOC_CHECK_=2 catches + the OOB write... + + * glib/gbookmarkfile.c (g_bookmark_file_load_from_data): Remove + an overzealous return_if_fail check that causes make check to + fail. + 2006-05-02 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump version |