GNOME Bugzilla – Bug 707267
MonitorManager: make sure to pass the right sizes to vararg functions
Last modified: 2013-09-02 13:43:51 UTC
A gulong is not enough to get 64 bits in all arches, so we must cast it, or we can corrupt the stack. This was downstream bug bugzilla.redhat.com/show_bug.cgi?id=1002055
Created attachment 253806 [details] [review] MonitorManager: make sure to pass the right sizes to vararg functions
Review of attachment 253806 [details] [review]: OK.
Attachment 253806 [details] pushed as 46f4ea7 - MonitorManager: make sure to pass the right sizes to vararg functions