GNOME Bugzilla – Bug 711066
xrandr: Prevent possible overflows handling timestamps
Last modified: 2013-10-30 10:59:58 UTC
.
Created attachment 258432 [details] [review] xrandr: Prevent possible overflows handling timestamps The timestamps are gint64 but we cast them down to guint32, which can cause overflows. Avoid that by passing the timestamps as gint64 all around, even if they are ultimately unused.
This was pushed to gnome-3-10 and master.