Message ID | 20240103092816.22952-1-frederic.danis@collabora.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ] shared/gatt-db: Fix munmap_chunk invalid pointer | expand |
diff --git a/src/shared/gatt-db.c b/src/shared/gatt-db.c index 676f963ec..d32c9a70f 100644 --- a/src/shared/gatt-db.c +++ b/src/shared/gatt-db.c @@ -58,7 +58,7 @@ struct gatt_db { struct bt_crypto *crypto; uint8_t hash[16]; unsigned int hash_id; - uint16_t next_handle; + uint32_t next_handle; struct queue *services; struct queue *notify_list;