summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyuk Lee <hyuk0512.lee@samsung.com>2017-05-15 11:24:10 +0900
committerHyuk Lee <hyuk0512.lee@samsung.com>2017-05-15 11:24:10 +0900
commit29858aa45aba5ba5161d815296326cd826636e04 (patch)
tree7c9f89cd8f15983cddf09314e1b12ed0afdccf87
parent5c52e843c0e58fa37c2eac1cf36f9b283b595c6a (diff)
downloadbluetooth-accepted/tizen/3.0/tv/20170518.011122.tar.gz
bluetooth-accepted/tizen/3.0/tv/20170518.011122.tar.bz2
bluetooth-accepted/tizen/3.0/tv/20170518.011122.zip
Change-Id: I6416d64685f0f8833e2ccba1312ac522765803ce Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
-rw-r--r--src/bluetooth-adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth-adapter.c b/src/bluetooth-adapter.c
index 897e89c..35c2f1c 100644
--- a/src/bluetooth-adapter.c
+++ b/src/bluetooth-adapter.c
@@ -1800,7 +1800,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;