Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 5236809407c9f041e102de6fba7a40b8b2c318e5 https://github.com/bluez/bluez/commit/5236809407c9f041e102de6fba7a40b8b2c318e5 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-13 (Tue, 13 Aug 2024) Changed paths: M doc/org.bluez.GattCharacteristic.rst Log Message: ----------- org.bluez.GattCharacteristic: Add missing link option to ReadValue Just like GattDescriptor.ReadValue characteristics also support link option which indicates in what bearer the operation is taken place. Commit: ee39d01fb9ee3d0953641a6681fed212ddb8fb0a https://github.com/bluez/bluez/commit/ee39d01fb9ee3d0953641a6681fed212ddb8fb0a Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-13 (Tue, 13 Aug 2024) Changed paths: M src/shared/uhid.c M unit/test-uhid.c Log Message: ----------- shared/uhid: Fix registering UHID_START multiple times UHID_START callback shall only be registered once otherwise there is a risk of processing input queue multiple times. Commit: a13638e6ae38f4f5c035bc5fd2532f73f10888b6 https://github.com/bluez/bluez/commit/a13638e6ae38f4f5c035bc5fd2532f73f10888b6 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-13 (Tue, 13 Aug 2024) Changed paths: M src/shared/uhid.c Log Message: ----------- shared/uhid: Fix not cleanup input queue on destroy The input queue shall be cleanup on bt_uhid_destroy since that shall not be carried to the next session even if the input node is not destroyed. Commit: b752f760da474c53d66cc4b137db0838aee3c953 https://github.com/bluez/bluez/commit/b752f760da474c53d66cc4b137db0838aee3c953 Author: Roman Smirnov <r.smirnov@xxxxxx> Date: 2024-08-13 (Tue, 13 Aug 2024) Changed paths: M tools/rctest.c Log Message: ----------- tools/rctest: add NULL checks to main() It is necessary to prevent dereferencing of a NULL pointer. Found with the SVACE static analysis tool. Commit: 19ff9ab9151205501025a8bd061da022bb44bd58 https://github.com/bluez/bluez/commit/19ff9ab9151205501025a8bd061da022bb44bd58 Author: Roman Smirnov <r.smirnov@xxxxxx> Date: 2024-08-13 (Tue, 13 Aug 2024) Changed paths: M android/avctp.c Log Message: ----------- android/avctp: remove check in session_browsing_cb() session->browsing is dereferenced at the beginning of the function, so the check can be removed. Found with the SVACE static analysis tool. Commit: 537e399aa0960d57de5ba958ed4ddde713cd7ae2 https://github.com/bluez/bluez/commit/537e399aa0960d57de5ba958ed4ddde713cd7ae2 Author: Roman Smirnov <r.smirnov@xxxxxx> Date: 2024-08-13 (Tue, 13 Aug 2024) Changed paths: M android/avdtp.c Log Message: ----------- android/avdtp: fix leak in avdtp_new() It is necessary to close the file descriptor in case of an error. Found with the SVACE static analysis tool. Compare: https://github.com/bluez/bluez/compare/40621e269287...537e399aa096 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications