Diff between 7144164cdf6a1c8cda87c36a77efc1539e8349a7 and 690f751b8474d269dc9838a7a2fd34b057b44b9d
Changed Files
| File | Additions | Deletions | Status |
| monitor/l2cap.c | +1 | -1 | modified |
Full Patch
diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index 5f845ac..0b6f752 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -2379,7 +2379,7 @@ static void print_smp_auth_req(uint8_t auth_req)
static void print_smp_key_dist(const char *label, uint8_t dist)
{
- char str[19];
+ char str[27];
if (!(dist & 0x07)) {
strcpy(str, "<none> ");