Fix dereference after NULL issue
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 13 Mar 2023 06:13:03 +0000 (15:13 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Dec 2023 23:47:25 +0000 (08:47 +0900)
commit496c4ca641cbef4b54d4e68fbc9bc0ddc3619489
treeaadd88fd8b9ed2acc2047c554381011dd3b10755
parentefb93c3632c1671a098293c8c79cd21f9fe7a985
Fix dereference after NULL issue

After having been compared to a NULL value at symbols.c 763, pointer 'act' is passed as 4th parameter in call to function 'HandleActionDef' at symbols.c 775, where it is dereferenced at action.c 788.

Change-Id: Ib25edc48b26d523fa11a5e99d171750bd768b14d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/xkbcomp/symbols.c