diff options
author | Torsten Schönfeld <tsch@src.gnome.org> | 2007-06-03 20:44:10 +0000 |
---|---|---|
committer | Torsten Schönfeld <tsch@src.gnome.org> | 2007-06-03 20:44:10 +0000 |
commit | 5b12bfdad2c40923c48b7bafc1a0044032f6548b (patch) | |
tree | 5ba6524bae10c03fe06dcf208c59cb9c78b656a0 /ChangeLog | |
parent | 9daa2554b5e6807c53860a1d6c2333535f4502bd (diff) | |
download | gtk+-5b12bfdad2c40923c48b7bafc1a0044032f6548b.tar.gz |
Initialize unthemed_icon to NULL to avoid accessing uninitialized memory
* gtk/gtkicontheme.c (choose_icon): Initialize unthemed_icon to NULL
to avoid accessing uninitialized memory when
gtk_icon_theme_choose_icon() is called with an empty names list.
svn path=/trunk/; revision=18018
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-03 Torsten Schoenfeld <kaffeetisch@gmx.de> + + * gtk/gtkicontheme.c (choose_icon): Initialize unthemed_icon to NULL + to avoid accessing uninitialized memory when + gtk_icon_theme_choose_icon() is called with an empty names list. + 2007-06-03 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (create_crossing_event): Set the key |