summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-05 05:56:47 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-05 05:56:47 +0000
commit8741c8bf5aacbacc4071019d23c47e9d0ea9a4ee (patch)
tree1438a322188c6d8eec30f2d051427cd977c29bcd /ChangeLog
parent5525aa52c9191ff621ff4526167d554af902dc68 (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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a581cf6a..b047a8b84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.