linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <noreply@github.com>
To: linux-bluetooth@vger.kernel.org
Subject: [bluez/bluez] e4fd2d: client/player: Enable acquiring multiple transports
Date: Wed, 22 Jun 2022 11:26:56 -0700	[thread overview]
Message-ID: <bluez/bluez/push/refs/heads/master/b8b327-7f92f7@github.com> (raw)

  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

                 reply	other threads:[~2022-06-22 18:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bluez/bluez/push/refs/heads/master/b8b327-7f92f7@github.com \
    --to=noreply@github.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).