Fix the svace issue (WGID:212366, 212388) 33/128133/2 accepted/tizen/unified/20170508.153105 submit/tizen/20170508.015850
authorHyuk Lee <hyuk0512.lee@samsung.com>
Mon, 8 May 2017 01:06:29 +0000 (10:06 +0900)
committerHyuk Lee <hyuk0512.lee@samsung.com>
Mon, 8 May 2017 01:29:58 +0000 (10:29 +0900)
Change-Id: I38b2ad423fb851cb33b6d12a044abf0964a1bc8e
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
src/bluetooth-adapter.c

index 6154e0391c4d89d0c0cbd2e4badf239a975f13a7..c3e538dc79dc7d42e7bd0f52a882fe38bf9a57f6 100644 (file)
@@ -1839,7 +1839,7 @@ static int __bt_convert_string_to_uuid(const char *string,
                        return BT_ERROR_INVALID_PARAMETER; /* LCOV_EXCL_LINE */
                }
 
-               char str_ptr[36] = { 0 };
+               char str_ptr[37] = { 0 };
                char *ptr[7];
                char *next_ptr;
                char *stop;