GNOME Bugzilla – Bug 554141
uninitialized data use/free in gtkclipboard-quartz.c
Last modified: 2008-09-29 10:52:31 UTC
selection_data in gtkclipboard-quartz.c is not cleared when allocated, and results in warnings from freeing random data on OS X 10.4.
Created attachment 119516 [details] [review] Patch to avoid uninitialized pointer free clears members to avoid problems with freeing random values.
Looks fine, please commit.
Thanks Jon, I've committed to trunk and 2.14 branch.