projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e8c9c8
)
Fix the svace issue (WGID:212366, 212388)
33/128133/2
accepted/tizen/unified/20170508.153105
submit/tizen/20170508.015850
author
Hyuk Lee
<hyuk0512.lee@samsung.com>
Mon, 8 May 2017 01:06:29 +0000
(10:06 +0900)
committer
Hyuk 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
patch
|
blob
|
history
diff --git
a/src/bluetooth-adapter.c
b/src/bluetooth-adapter.c
index 6154e0391c4d89d0c0cbd2e4badf239a975f13a7..c3e538dc79dc7d42e7bd0f52a882fe38bf9a57f6 100644
(file)
--- a/
src/bluetooth-adapter.c
+++ b/
src/bluetooth-adapter.c
@@
-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[3
6
] = { 0 };
+ char str_ptr[3
7
] = { 0 };
char *ptr[7];
char *next_ptr;
char *stop;