GNOME Bugzilla – Bug 356805
passing uninitialized memory into g_source_remove()
Last modified: 2006-09-22 20:40:34 UTC
socket-impl-gio's new timeout tag isn't initialized in the socket's constructor, so we're effectively passing a random tag into g_source_remove() when we say ``if (tag) g_source_remove (tag)...''
Created attachment 73058 [details] [review] 0.113 patch
Maybe this is the lockup bug reported on pan-users?
Yes, it is what caused the lockups, and a few other strange things.