Message ID | 20240111133955.65686-1-frederic.danis@collabora.com |
---|---|
Headers | show |
Series | Fix gatt-db munmap_chunk invalid pointer | expand |
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Thu, 11 Jan 2024 14:39:53 +0100 you wrote: > PTS test GATT/CL/GAD/BV-03-C published a service starting at handle 0xfffd > and ending at 0xffff. > This resets the next_handle to 0 in gatt_db_insert_service() instead of > setting it to 0x10000. Other services are added later. > This could end-up by a crash in db_hash_update() if not enough space has > been allocated for hash.iov and some entries are overwritten. > > [...] Here is the summary with links: - [v4,1/2] shared/gatt-db: Fix munmap_chunk invalid pointer https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=dacc69373263 - [v4,2/2] unit/test-gatt: Add unordered setup db test (no matching commit) You are awesome, thank you!