Fix Savce issues in wifi_manager.c: strcpy=>strncpy, specifying the length of string...
authorSeongil Hahm <seongil.hahm@samsung.com>
Thu, 14 Sep 2017 07:04:26 +0000 (00:04 -0700)
committerSeongil Hahm <seongil.hahm@samsung.com>
Thu, 14 Sep 2017 09:05:23 +0000 (02:05 -0700)
commit1452bb81fc9ba072184461e6704fa6fed480cc1b
treec311613776a897bfab2774bc1800c5e378c777b1
parent37daacb69bba6d01a6dd1f1c6f3bd63e00d695bf
Fix Savce issues in wifi_manager.c: strcpy=>strncpy, specifying the length of string includig '\0'.

1. replace strcpy with strncpy
2. specify the length of string including '\0'.
framework/src/wifi_manager/wifi_manager.c