summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-07-25 04:24:14 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-07-25 04:24:14 +0000
commit7ae5b1c7b2928bc4685d3493f5686f7aefa3f30b (patch)
tree22c875d7cfd467ca3ec05aace9ca80e49388778d /ChangeLog
parent75ac5ae28abdac185875941a002d085abbeb3961 (diff)
downloadpygobject-7ae5b1c7b2928bc4685d3493f5686f7aefa3f30b.tar.gz
pygobject-7ae5b1c7b2928bc4685d3493f5686f7aefa3f30b.tar.xz
pygobject-7ae5b1c7b2928bc4685d3493f5686f7aefa3f30b.zip
Avoid segfault when g_flags_get_first_value returns NULL.
* gobject/pygflags.c (pyg_flags_get_first_value_name) (pyg_flags_get_first_value_nick): Avoid segfault when g_flags_get_first_value returns NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 616bd1e..4509358 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-24 John Finlay <finlay@moeraki.com>
+
+ * gobject/pygflags.c (pyg_flags_get_first_value_name)
+ (pyg_flags_get_first_value_nick): Avoid segfault when
+ g_flags_get_first_value returns NULL.
+
2006-07-20 John Finlay <finlay@moeraki.com>
* docs/Makefile.am: Make version.xml dependent on config.h