diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-03-14 17:56:27 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-03-14 17:56:27 +0000 |
commit | 9e5824666934f99d6f43acc9020970bd8279c679 (patch) | |
tree | a93e158ba22b0eb7e5e3795896475bab9ef29812 /ChangeLog.pre-2-10 | |
parent | 99024c7ea7be03b02b8084a739153b93e21a6f44 (diff) |
Don't read past the end of the string. (#334471, Morten Welinder)
2006-03-14 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_parse_debug_string): Don't read past the
end of the string. (#334471, Morten Welinder)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c97d3d51f..48a7e3d48 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,11 @@ 2006-03-14 Matthias Clasen <mclasen@redhat.com> + * glib/gutils.c (g_parse_debug_string): Don't read past the + end of the string. (#334471, Morten Welinder) + + * tests/testglib.c (test_g_parse_debug_string): Add testss + for g_parse_debug_string. + * glib/goption.c (parse_short_option): Don't create the option_name twice. (#334519, Chris Wilson) |