Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: e3c92f1f786f0b55440bd908b55894d0c792cf0e https://github.com/bluez/bluez/commit/e3c92f1f786f0b55440bd908b55894d0c792cf0e Author: Tedd Ho-Jeong An <tedd.an@xxxxxxxxx> Date: 2022-06-23 (Thu, 23 Jun 2022) Changed paths: M tools/mgmt-tester.c Log Message: ----------- mgmt-tester: Fix null dereference issue reported by scan-build This patch fixes the null dereference reported by the scan-build. tools/mgmt-tester.c:12025:28: warning: Access to field 'cap_len' results in a dereference of a null pointer (loaded from variable 'rp') [core.NullDereference] if (sizeof(rp->cap_len) + rp->cap_len != length) { ^~~~~~~~~~~ Commit: 65f7faf5a3d0dcd63c14467a3a2bda317287e330 https://github.com/bluez/bluez/commit/65f7faf5a3d0dcd63c14467a3a2bda317287e330 Author: Youwan Wang <wangyouwan@xxxxxxxxxxxxx> Date: 2022-06-23 (Thu, 23 Jun 2022) Changed paths: M src/adapter.c M src/device.c M src/device.h Log Message: ----------- device: Fix not removing connected device [bluetooth]# connect 40:EF:4C:0C:11:F0 Attempting to connect to 40:EF:4C:0C:11:F0 [CHG] Device 40:EF:4C:0C:11:F0 Connected: yes Connection successful [CHG] Device 40:EF:4C:0C:11:F0 ServicesResolved: yes [UFO]# remove 40:EF:4C:0C:11:F0 [CHG] Device 40:EF:4C:0C:11:F0 ServicesResolved: no Device has been removed [CHG] Device 40:EF:4C:0C:11:F0 Connected: no [bluetooth]# info 40:EF:4C:0C:11:F0 Device 40:EF:4C:0C:11:F0 (public) Name: UFO Alias: UFO Class: 0x00240418 Icon: audio-headphones Paired: yes Trusted: no Blocked: no Connected: no LegacyPairing: no UUID: Headset UUID: Audio Sink UUID: A/V Remote Control Target UUID: A/V Remote Control UUID: Handsfree UUID: Phonebook Access Server Compare: https://github.com/bluez/bluez/compare/7f92f75e88b6...65f7faf5a3d0