Fix issue detected by static analysis tool
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 17 Jul 2023 11:02:21 +0000 (20:02 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Dec 2023 23:47:25 +0000 (08:47 +0900)
commit627d7eb943e6dd987dad976f662e13529937cd9a
treed447992235061cc73513d0bae1c3224722daca3c
parent496c4ca641cbef4b54d4e68fbc9bc0ddc3619489
Fix issue detected by static analysis tool

Because sprintf assumes an arbitrarily long string,
callers must be careful not to overflow the actual space of the destination.

Change-Id: I4a3e641459d1da0f54db7eeb109447868906e394
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/compose/parser.c