GNOME Bugzilla – Bug 771608
left shift of signed "1" by 63 places not defined behaviour (in update bits_panel)
Last modified: 2016-09-25 01:17:20 UTC
Created attachment 335789 [details] [review] patch possibly a bug in vala. Here, however, we can fix it by shifting an unsigned int, rather than a signed one.
Review of attachment 335789 [details] [review]: Good catch.
Thanks, pushed to master.