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 547017 - segfault in "Open with"
segfault in "Open with"
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2008-08-09 01:17 UTC by Matthias Clasen
Modified: 2008-08-09 06:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (423 bytes, patch)
2008-08-09 01:18 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2008-08-09 01:17:46 UTC
If g_app_info_get_icon returns NULL, icon_image gets used uninitialized further down in the function, leading to badness...
Comment 1 Matthias Clasen 2008-08-09 01:18:07 UTC
Created attachment 116197 [details] [review]
patch
Comment 2 Paolo Bacchilega 2008-08-09 06:32:23 UTC
patch applied, thank you.