Avoid a possible NULL dereference (found by Coverity), also avoid some
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 4e34d76..052ba35 100644 (file)
@@ -1,3 +1,28 @@
+2006-04-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gbookmarkfile.c (is_element_full): Avoid a possible
+       NULL dereference (found by Coverity), also avoid some 
+       pointless strdups.
+
+       * tests/keyfile-test.c (test_comments): Add a test for
+       the previous change.
+
+       * glib/gkeyfile.c (g_key_file_lookup_group_node): Remove
+       redundant code.
+       (g_key_file_get_group_comment): Don't dereference before
+       checking for NULL.  (#338572, Coverity, Pascal Terjan)
+
+2006-04-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gdataset.c: Add some missing Since: 2.8 tags.
+
+2006-04-19  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gatomic.c: Adapt to the changed prototype of
+       InterlockedCompareExchange() in newer SDKs. Use
+       InterlockedCompareExchangePointer() when applicable. (#155884,
+       John Ehresman)
+
 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gkeyfile.h: