https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217946

--- Comment #31 from commit-h...@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.cu...@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.
_______________________________________________
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"

Reply via email to