Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 6f40e88d0bd52d5b25f869d536996f9e462f1643 https://github.com/bluez/bluez/commit/6f40e88d0bd52d5b25f869d536996f9e462f1643 Author: Arnav Singh <me@xxxxxxxxxxxx> Date: 2024-07-01 (Mon, 01 Jul 2024) Changed paths: M plugins/policy.c Log Message: ----------- policy: Fix AutoEnable default when main.conf doesn't exist 180cf09933b2d8eb03972c8638063429fe5fece5 changed the default to true if the config file did not set it, but it still remained false if the config file did not exist at all. This change fixes that. Fixes: https://github.com/bluez/bluez/issues/886 Commit: 55f561a9cd0be9f939eaa6804b30fa67b3005002 https://github.com/bluez/bluez/commit/55f561a9cd0be9f939eaa6804b30fa67b3005002 Author: Roman Smirnov <r.smirnov@xxxxxx> Date: 2024-07-01 (Mon, 01 Jul 2024) Changed paths: M src/shared/shell.c Log Message: ----------- shared/shell: add a check for NULL in bt_shell_init() The opt variable is checked for NULL at the beginning of the function. It is necessary to add a check to prevent null pointer dereferencing. Found with the SVACE static analysis tool. Commit: be0b08770e9214592e89589b2dc069426c0d9b91 https://github.com/bluez/bluez/commit/be0b08770e9214592e89589b2dc069426c0d9b91 Author: Roman Smirnov <r.smirnov@xxxxxx> Date: 2024-07-01 (Mon, 01 Jul 2024) Changed paths: M profiles/audio/avdtp.c Log Message: ----------- avdtp: add NULL checks to avdtp_has_stream() Make avdtp_has_stream() safe for passing NULL pointers. Found with the SVACE static analysis tool. Compare: https://github.com/bluez/bluez/compare/7e028287ae1a...be0b08770e92 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications