mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Don't write out of bounds.
2005-02-08 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_parse_value_as_string): Don't write out of bounds. * glib/goption.c (g_option_context_parse): Fix a one-too-short memory allocation. (#166609, Nicolas Laurent) * tests/Makefile.am (TESTS_ENVIRONMENT): Add tests with MALLOC_CHECK_. * tests/option-test.c: Add a test for unkown short options.
This commit is contained in:
committed by
Matthias Clasen
parent
f18cab0ce3
commit
348da88e27
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2005-02-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_parse_value_as_string): Don't
|
||||
write out of bounds.
|
||||
|
||||
* glib/goption.c (g_option_context_parse): Fix a
|
||||
one-too-short memory allocation. (#166609, Nicolas Laurent)
|
||||
|
||||
* tests/Makefile.am (TESTS_ENVIRONMENT): Add tests with
|
||||
MALLOC_CHECK_.
|
||||
|
||||
* tests/option-test.c: Add a test for unkown short options.
|
||||
|
||||
2005-02-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols:
|
||||
|
Reference in New Issue
Block a user