use 'strncpy' and 'strncat' instead of using of vulnerable function 'strcpy' and... 17/70117/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 18 May 2016 05:26:14 +0000 (14:26 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 18 May 2016 06:13:18 +0000 (15:13 +0900)
commit57e1ecfe3674f0d18aa5da4d96724b0791b1f2b8
tree1e8a11128381bac86b106603e695c660ed6733da
parentf4890b27e8811c40cb203ad91da2427daa90ca5f
use 'strncpy' and 'strncat' instead of using of vulnerable function 'strcpy' and 'strcat'.

Change-Id: I9abff4fbb8b49f7a69f2ff8a8b514945966a4127
src/lib/pepper/keyboard.c
src/lib/pepper/utils-file.c