mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
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...
This commit is contained in:
committed by
Matthias Clasen
parent
a71284ce30
commit
9208517188
10
ChangeLog
10
ChangeLog
@@ -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
|
||||
|
Reference in New Issue
Block a user