[Xfce-bugs] [Bug 16310] thunar crashes on startup on OpenBSD

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon Jan 6 11:33:12 CET 2020


https://bugzilla.xfce.org/show_bug.cgi?id=16310

--- Comment #9 from Sebastien Marie <semarie at openbsd.org> ---
Created attachment 9351
  --> https://bugzilla.xfce.org/attachment.cgi?id=9351&action=edit
NULL is the sentinel for g_object_new

The sentinel should be NULL (a pointer) and not FALSE (an integer).

The subtility is the size of the argument. I suppose g_object_new() is reading
8 bytes (pointer size), and found some garbage on the stack after the 4 bytes
(integer size here) setted for FALSE, resulting erratic behaviour.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list