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 755586 - nautilus-file-operations: Don't free gettext() strings
nautilus-file-operations: Don't free gettext() strings
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Crashers
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-24 20:19 UTC by Matthias Clasen
Modified: 2015-10-06 17:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file-operations: don't free ngettext strings (1.54 KB, patch)
2015-10-06 16:37 UTC, Carlos Soriano
committed Details | Review

Description Matthias Clasen 2015-09-24 20:19:48 UTC
Downstream bug with stacktrace:

https://bugzilla.redhat.com/show_bug.cgi?id=1263449

nautilus-file-operations.c in line 1552/1553 frees strings that have been returned by ngettext(). Not a good idea!
Comment 1 Carlos Soriano 2015-10-06 16:37:46 UTC
Created attachment 312748 [details] [review]
file-operations: don't free ngettext strings

Pointed by Mathias.
Comment 2 Carlos Soriano 2015-10-06 17:13:43 UTC
Didn't know that

Attachment 312748 [details] pushed as 5c9f68d - file-operations: don't free ngettext strings