After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 356805 - passing uninitialized memory into g_source_remove()
passing uninitialized memory into g_source_remove()
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal major
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-09-19 21:14 UTC by Charles Kerr
Modified: 2006-09-22 20:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0.113 patch (370 bytes, patch)
2006-09-19 21:15 UTC, Charles Kerr
none Details | Review

Description Charles Kerr 2006-09-19 21:14:54 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)...''
Comment 1 Charles Kerr 2006-09-19 21:15:16 UTC
Created attachment 73058 [details] [review]
0.113 patch
Comment 2 Charles Kerr 2006-09-19 21:22:06 UTC
Maybe this is the lockup bug reported on pan-users?
Comment 3 Charles Kerr 2006-09-22 20:40:34 UTC
Yes, it is what caused the lockups, and a few other strange things.