[Bug 217946] x11-fm/thunar dumps core on file or dir rename
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 22 11:56:55 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217946
--- Comment #31 from commit-hook at freebsd.org ---
A commit references this bug:
Author: madpilot
Date: Thu Feb 22 11:56:45 UTC 2018
New revision: 462584
URL: https://svnweb.freebsd.org/changeset/ports/462584
Log:
Add patches to thunar from upstream bug report to mitigate crash
when renaming files.
The patch replaces some calls to strcmp() which are sometimes getting
NULL pointers, causing a crash, with safe calls to g_strcmp0()
calls, which handle NULL pointers gracefully.
I'm also adding a patch in another code path checking for a pointer
to actually point to the correct structure and not being NULL.
These patches seem to actually prevent the reported crash from
happening.
PR: 217946
Submitted by: Marko Cupac <marko.cupac at mimar.rs>
Obtained from: https://bugzilla.xfce.org/show_bug.cgi?id=12264
Changes:
head/x11-fm/thunar/Makefile
head/x11-fm/thunar/files/patch-thunar_thunar-file.c
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-xfce
mailing list