feedback: Modify strncmp indexing comparison 08/298908/1
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 14 Sep 2023 06:22:17 +0000 (15:22 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Fri, 15 Sep 2023 05:42:25 +0000 (14:42 +0900)
commit925432b60e9fcc9c629f3834c38a03cc44d514a9
treedf170b0476ec06a500d39d2e2ab91c930ee81a26
parent2663acf23d96e114b37ce30ebed1156baa70f5c0
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