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 66129 - fix use of free'd struct in _wrap_gtk_signal_emitv_by_name
fix use of free'd struct in _wrap_gtk_signal_emitv_by_name
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: general
0.6.x
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
James Henstridge
Depends on:
Blocks:
 
 
Reported: 2001-12-04 09:11 UTC by John Finlay
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix bug using free'd struct (391 bytes, patch)
2001-12-04 09:12 UTC, John Finlay
none Details | Review

Description John Finlay 2001-12-04 09:11:32 UTC
query->nparams is used after the query struct is free'd. Looks like
potential problem but I don't have a test case.
Comment 1 John Finlay 2001-12-04 09:12:11 UTC
Created attachment 6149 [details] [review]
fix bug using free'd struct
Comment 2 James Henstridge 2001-12-23 11:43:54 UTC
fix applied.  Thanks.