summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eaf40e6..9751456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-11-24 Paolo Borelli <pborelli@katamail.com>
+ * gobject/gobjectmodule.c (pyg_type_register): check for NULL before
+ dereferencing.
+
+2007-11-24 Paolo Borelli <pborelli@katamail.com>
+
* gobject/gobjectmodule.c (pyg_type_register): do not use a
potentially uninitialized variable. Bug #499334.