feedback: Modify strncmp indexing comparison 51/298851/1
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 14 Sep 2023 06:22:17 +0000 (15:22 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Thu, 14 Sep 2023 06:33:30 +0000 (15:33 +0900)
commitadb57823f1436ffd98cf5609aeda0692af6dfe67
treeff5b7f2ba1ce6e53ae2235ae210cee6a2ff59cab
parent3492be199c26419ee9a2dfc221431c1189196921
feedback: Modify strncmp indexing comparison

Final null character comparison was missing from strncmp length.
To compare the end of the string, 1 index is added to strlen.

Change-Id: Ied9505ba95eef0b5a41826704d506ae34c9d201a
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/check.c
src/feedback-config.c
src/feedback.c