summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYunhee Seo <yuni.seo@samsung.com>2024-11-18 13:13:57 +0900
committerYunhee Seo <yuni.seo@samsung.com>2024-11-18 13:13:57 +0900
commit9f5a0f4bb5efb33a8d6cc72fd274ef11042cd73a (patch)
tree28bab8828855ca489c6ad42c86d250532b8022d6 /tests
parent7153775f8a308de229a519d73780037fc4c23de4 (diff)
downloadlibsvi-tizen.tar.gz
libsvi-tizen.tar.bz2
libsvi-tizen.zip
sound: Replace insecure string comparison macro to strncmpHEADtizen
The MATCH macro from the libsyscommon was omitted secure string length comparison. When comparing strings with the strncmp function, it is safer to use a parameter length of strlen + 1. For clear comparison, strings are compared by the length of the literal string. Change-Id: I014c7a2d97a97584ba7f1f0c4a4b7b6681a69048 Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions