Commit eaf9515229289b1ad1f7d8f202b2a66d735ef36a

Ran Benita 2012-09-24T10:16:09

symbols: fix index-out-of-bounds in FindAutomaticType If we enter this branch, we have 3 <= width <= 4, so if the width is 3 than syms[3] is out of bounds. Happily inherited from xkbcomp. Signed-off-by: Ran Benita <ran234@gmail.com>