diff options
| author | John Finlay <finlay@src.gnome.org> | 2006-07-25 04:24:14 +0000 |
|---|---|---|
| committer | John Finlay <finlay@src.gnome.org> | 2006-07-25 04:24:14 +0000 |
| commit | 7ae5b1c7b2928bc4685d3493f5686f7aefa3f30b (patch) | |
| tree | 22c875d7cfd467ca3ec05aace9ca80e49388778d /ChangeLog | |
| parent | 75ac5ae28abdac185875941a002d085abbeb3961 (diff) | |
| download | pygobject-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
