diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-04-05 05:56:47 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-04-05 05:56:47 +0000 |
commit | 8741c8bf5aacbacc4071019d23c47e9d0ea9a4ee (patch) | |
tree | 1438a322188c6d8eec30f2d051427cd977c29bcd /ChangeLog | |
parent | 5525aa52c9191ff621ff4526167d554af902dc68 (diff) |
Check the return value of g_get_prgname for NULL before passing to strcmp.
2006-04-05 Behdad Esfahbod <behdad@gnome.org>
* tests/option-test.c: Check the return value of g_get_prgname for
NULL before passing to strcmp.
* tests/slice-test.c: Report the correct name in Usage summary.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-04-05 Behdad Esfahbod <behdad@gnome.org> + + * tests/option-test.c: Check the return value of g_get_prgname for + NULL before passing to strcmp. + + * tests/slice-test.c: Report the correct name in Usage summary. + 2006-04-05 Matthias Clasen <mclasen@redhat.com> * tests/run-collate-tests.sh: Fix up shell script. |