Perform bounds checking in ExprResolveGroup
authorDaniel Stone <daniel@fooishbar.org>
Mon, 20 Feb 2012 17:33:39 +0000 (17:33 +0000)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 20 Feb 2012 17:33:39 +0000 (17:33 +0000)
commite209fe31dff4c5eaad0c61f48ef4f8ca7a90e26d
treee77a1f7429453181021eb96bda1bfe136673f85b
parent43ed3ff07047ec03a42eb7a1b49e37d1357054b7
Perform bounds checking in ExprResolveGroup

Every caller did the exact same check on the group bounds after calling
ExprResolveGroup, so might as well do it inside.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/xkbcomp/action.c
src/xkbcomp/expr.c
src/xkbcomp/symbols.c