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 753231 - Memory is potentially used after free
Memory is potentially used after free
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
2.45.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2015-08-04 11:15 UTC by Ismo Puustinen
Modified: 2016-07-17 03:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for fixing the issue. (1.51 KB, patch)
2015-08-04 11:15 UTC, Ismo Puustinen
committed Details | Review

Description Ismo Puustinen 2015-08-04 11:15:14 UTC
Created attachment 308723 [details] [review]
Patch for fixing the issue.

Memory is potentially used after a free() in an error handling path. Alternatively memory is not properly freed after encountering an error.