Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: e4fd2dc5aa959ba430ee0038e4d135e1a7530ad4 https://github.com/bluez/bluez/commit/e4fd2dc5aa959ba430ee0038e4d135e1a7530ad4 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-06-22 (Wed, 22 Jun 2022) Changed paths: M client/player.c Log Message: ----------- client/player: Enable acquiring multiple transports This enables acquiring multiple transports simultaneously. Commit: 33c96ca658fd7a0d358dd714decf465ff17ee043 https://github.com/bluez/bluez/commit/33c96ca658fd7a0d358dd714decf465ff17ee043 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-06-22 (Wed, 22 Jun 2022) Changed paths: M client/player.c Log Message: ----------- client/player: Fixes errors found by scan-build This fixes the following errors: client/player.c:1406:44: warning: Dereference of null pointer [core.NullDereference] reply = endpoint_select_config_reply(msg, p->data.iov_base, ^~~~~~~~~~~~~~~~ client/player.c:1866:2: warning: 3rd function call argument is an uninitialized value [core.CallAndMessage] iov_append(&cfg->caps, data, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Commit: 7f92f75e88b66ba73db5a676c35c704e213dcd70 https://github.com/bluez/bluez/commit/7f92f75e88b66ba73db5a676c35c704e213dcd70 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-06-22 (Wed, 22 Jun 2022) Changed paths: M client/advertising.c Log Message: ----------- client/advertising: Fixes errors found by scan-build This fixes the following errors: client/advertising.c:129:4: warning: Value stored to 'n' is never read [deadcode.DeadStores] n = sizeof(str) - 1; ^ ~~~~~~~~~~~~~~~ client/advertising.c:1012:25: warning: Dereference of null pointer (loaded from variable 'min') [core.NullDereference] if (ad.min_interval != *min) { ^~~~ Compare: https://github.com/bluez/bluez/compare/b8b3277ba387...7f92f75e88b6