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 132260 - segfault when destroying unused GtkTextChildAnchor
segfault when destroying unused GtkTextChildAnchor
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
2.4.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-01-23 05:15 UTC by muppet
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
minor patch, looks big because of added indent level (1.40 KB, patch)
2004-01-23 05:16 UTC, muppet
none Details | Review

Description muppet 2004-01-23 05:15:13 UTC
gtk_text_child_anchor_finalize() does not check that anchor->segment is
non-NULL before dereferencing it.
Comment 1 muppet 2004-01-23 05:16:22 UTC
Created attachment 23659 [details] [review]
minor patch, looks big because of added indent level
Comment 2 Matthias Clasen 2004-01-31 22:59:37 UTC
Committed to HEAD and 2-2