diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-04-15 13:58:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-15 13:58:29 +0000 |
commit | f4d9fcd8d4682e5e34fd7fe6e854e71ab917b0df (patch) | |
tree | 61f8f7f3c95b8c5c6b784f002623cd508449f40e /ChangeLog.pre-2-4 | |
parent | 817f25b95b3c3725510abc4e9395ebc05b651bce (diff) |
Add tests for the empty pattern.
2004-04-15 Matthias Clasen <mclasen@redhat.com>
* tests/patterntest.c (main): Add tests for the empty pattern.
* glib/gpattern.c (g_pattern_spec_new): Don't read and write out
of bounds when the pattern is empty. (#140032, Stanislav Brabec,
Stefan Fent)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0f2db6d2d..0d550a7d8 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +2004-04-15 Matthias Clasen <mclasen@redhat.com> + + * tests/patterntest.c (main): Add tests for the empty pattern. + + * glib/gpattern.c (g_pattern_spec_new): Don't read and write out + of bounds when the pattern is empty. (#140032, Stanislav Brabec, + Stefan Fent) + 2004-04-10 Tor Lillqvist <tml@iki.fi> * glib/gwin32.c (g_win32_getlocale): Add new language and |