linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [bluez/bluez] e4fd2d: client/player: Enable acquiring multiple transports
@ 2022-06-22 18:26 Luiz Augusto von Dentz
  0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2022-06-22 18:26 UTC (permalink / raw)
  To: linux-bluetooth

  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@intel.com>
  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@intel.com>
  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@intel.com>
  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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-22 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 18:26 [bluez/bluez] e4fd2d: client/player: Enable acquiring multiple transports Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).