GNOME Bugzilla – Bug 691463
libcaribou: avoid integer overflow
Last modified: 2013-01-11 02:49:49 UTC
See patch. I'll push this soon, since it is an obvious fix.
Created attachment 233142 [details] [review] libcaribou: avoid integer overflow Since Xkb.Desc.{min,max}_keycode and Xkb.SymMap.width are defined as uchar, for-loops over with uchar index may not stop, if the upper bound is uchar.MAX.
Attachment 233142 [details] pushed as 4fd5713 - libcaribou: avoid integer overflow