gobject: initialize memory in g_object_new_valist
authorJonas Holmberg <jonas.holmberg@axis.com>
Thu, 23 Sep 2010 23:20:50 +0000 (01:20 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Nov 2010 23:27:30 +0000 (18:27 -0500)
commit349f54756168b76913828136bc646c518c4f475f
tree873c2676f674b60e797b1c04be96768d3f64c2dd
parent51894b7dd06a3b50654f9ce1fadff418d917aca1
gobject: initialize memory in g_object_new_valist

memset parameters array in g_object_new_valist to zeroes when expanding
the array to avoid acces to uninitialized memory.
gobject/gobject.c