1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/x11-fm/thunar
Guido Falsi 3267e1f0c2 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@mimar.rs>
Obtained from:	https://bugzilla.xfce.org/show_bug.cgi?id=12264
2018-02-22 11:56:45 +00:00
..
files Add patches to thunar from upstream bug report to mitigate crash 2018-02-22 11:56:45 +00:00
distinfo Update Thunar to 1.6.14 2018-02-16 20:45:18 +00:00
Makefile Add patches to thunar from upstream bug report to mitigate crash 2018-02-22 11:56:45 +00:00
pkg-descr
pkg-plist