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 614423 - TreeModel sv_from_iter leak on NULL
TreeModel sv_from_iter leak on NULL
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Gtk2
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2010-03-31 00:52 UTC by Kevin Ryde
Modified: 2010-03-31 17:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sv_from_iter() avoid AV leak on NULL (770 bytes, patch)
2010-03-31 00:52 UTC, Kevin Ryde
committed Details | Review

Description Kevin Ryde 2010-03-31 00:52:38 UTC
Created attachment 157551 [details] [review]
sv_from_iter() avoid AV leak on NULL

It looks like sv_from_iter() may leak an AV if called with iter==NULL.  I don't think that ever happens, or not unless maybe some C code calls the interface funcs with bad args, but perhaps the attached rearrangement.
Comment 1 Torsten Schoenfeld 2010-03-31 17:41:24 UTC
Committed, thanks.