K 10 svn:author V 8 madpilot K 8 svn:date V 27 2018-02-22T11:56:45.177811Z K 7 svn:log V 598 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 Obtained from: https://bugzilla.xfce.org/show_bug.cgi?id=12264 END