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

--- Comment #11 from Andre Miranda <[email protected]> ---
(In reply to Sebastien Marie from comment #9)
> Created attachment 9351 [details]
> 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.

This patch makes complete sense, can you please resend it with authorship info
(git format-patch)? Thanks.
P.S. If you don't care, let me know so I can push it as if I authored the
commit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to