Use strndup() instread of strdup() 58/243358/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 7 Sep 2020 05:08:45 +0000 (14:08 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 7 Sep 2020 05:08:45 +0000 (14:08 +0900)
commit4978947599b584175dea514ea1e03495031cfc8f
tree34bf75e5aa4ddf2eb95d1126ec456ae26031a9e3
parentea1271b03d38da7db1ec15454493d3d897618408
Use strndup() instread of strdup()

Calling strlen(str1) is not equal to str1_len.

Change-Id: I0cda3073b37aa27e3281140c5c19ec37ed3b60bd
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/service_db.c