Branch: refs/heads/980500 Home: https://github.com/bluez/bluez Commit: a32394ee97096977807ca80ed92ef2c0fa6a48b3 https://github.com/bluez/bluez/commit/a32394ee97096977807ca80ed92ef2c0fa6a48b3 Author: Ismagil Iskakov <i.iskakov@xxxxxx> Date: 2025-07-09 (Wed, 09 Jul 2025) Changed paths: M btio/btio.c Log Message: ----------- btio: fix range validation of security level Arrays inside l2cap_set_lm/rfcomm_set_lm functions are of size 4, but the bounds check allows the value 4 for 'level'. Commit: 1809ae0da3d7d1d025403d6e3440c5060f7d0e50 https://github.com/bluez/bluez/commit/1809ae0da3d7d1d025403d6e3440c5060f7d0e50 Author: Ismagil Iskakov <i.iskakov@xxxxxx> Date: 2025-07-09 (Wed, 09 Jul 2025) Changed paths: M profiles/audio/a2dp.c M profiles/audio/avrcp.c M profiles/audio/bass.c Log Message: ----------- profiles/audio: add nullity checks Cover bass_setup unsuccessful search and btd_device_get_service. This change is motivated by the other usages where checks for NULL exist. Commit: edab0beacc2f3248ab6279087c39bc75df7334f1 https://github.com/bluez/bluez/commit/edab0beacc2f3248ab6279087c39bc75df7334f1 Author: Ismagil Iskakov <i.iskakov@xxxxxx> Date: 2025-07-09 (Wed, 09 Jul 2025) Changed paths: M src/shared/bap.c M src/shared/vcp.c Log Message: ----------- src/shared: add nullity checks Check util_iov_pull_mem where iov len is not verified beforehand. Check vcp_get_vcs for NULL. These changes are based on other usages where those checks exist. Commit: b55a78ea5a866b48d8051fd9a2e15d2abc1d15d3 https://github.com/bluez/bluez/commit/b55a78ea5a866b48d8051fd9a2e15d2abc1d15d3 Author: Ismagil Iskakov <i.iskakov@xxxxxx> Date: 2025-07-09 (Wed, 09 Jul 2025) Changed paths: M obexd/client/transfer.c Log Message: ----------- obexd/client: fix err condition causing memleak transfer_open returns 0 if an error occurs, condition corrected. Compare: https://github.com/bluez/bluez/compare/a32394ee9709%5E...b55a78ea5a86 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications