Diff between 5e9342ee34ba162d16c25416ee23159070e48f2e and 2f4368de81764519281b75c29e802b59aeadb7c5

Changed Files

File Additions Deletions Status
src/device.c +1 -1 modified

Full Patch

diff --git a/src/device.c b/src/device.c
index 52e2399..3992f9a 100644
--- a/src/device.c
+++ b/src/device.c
@@ -3831,7 +3831,7 @@ static int load_chrc(char *handle, char *value,
 	uint16_t properties, value_handle, handle_int;
 	char uuid_str[MAX_LEN_UUID_STR];
 	struct gatt_db_attribute *att;
-	char val_str[32];
+	char val_str[33];
 	uint8_t val[16];
 	size_t val_len;
 	bt_uuid_t uuid;