Fix dereference after NULL issue 65/289665/1 accepted/tizen/unified/20230316.101436
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 13 Mar 2023 06:13:03 +0000 (15:13 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 13 Mar 2023 06:13:07 +0000 (15:13 +0900)
commitfba09b8a9145552a9702df89f0878f08aea4498f
tree51f954c2f614fb4cf6b66548a81d493a852f3c6b
parent450b20b838c2102296f0e80a024d9ad4890e1057
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