Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 5a872af406ca2d432e79d978f23a85771c7ce6ea https://github.com/bluez/bluez/commit/5a872af406ca2d432e79d978f23a85771c7ce6ea Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-11-21 (Mon, 21 Nov 2022) Changed paths: M client/player.c Log Message: ----------- client/player: Fix scan-build warning This fixes the following warning: client/player.c:1775:25: warning: Dereference of null pointer [core.NullDereference] iov_append(&cfg->caps, preset->data.iov_base, preset->data.iov_len); ^~~~~~~~~~~~~~~~~~~~~ Commit: 9f5036834ba20226456acc0c430642ce36d4eecc https://github.com/bluez/bluez/commit/9f5036834ba20226456acc0c430642ce36d4eecc Author: Simon Mikuda <simon.mikuda@xxxxxxxxxxxxxxxxxxx> Date: 2022-11-21 (Mon, 21 Nov 2022) Changed paths: M src/adapter.c M src/btd.h M src/main.c M src/main.conf Log Message: ----------- main.conf: Add SecureConnections option This introduces SecureConnections option to main.conf that can be used to configure this on adapter initialization. This is useful for: - disable for adapters that have a problems with SecureConnections enabled - if you want to disable CTKD (cross transport key derivation) - add option to enable only SecureConnections Compare: https://github.com/bluez/bluez/compare/818adf28e518...9f5036834ba2