From: Pauli Virtanen <noreply@github.com>
To: linux-bluetooth@vger.kernel.org
Subject: [bluez/bluez] 46f2ed: tools/smp-tester: don't write array out of bounds
Date: Mon, 06 Apr 2026 10:02:53 -0700 [thread overview]
Message-ID: <bluez/bluez/push/refs/heads/master/00dfd3-21db57@github.com> (raw)
Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: 46f2edd29833e73664c6d80d04834f94bb7f5ed6
https://github.com/bluez/bluez/commit/46f2edd29833e73664c6d80d04834f94bb7f5ed6
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M tools/smp-tester.c
Log Message:
-----------
tools/smp-tester: don't write array out of bounds
Fix accessing pdu data out of bounds in SMP Server - Invalid Request.
Commit: 053c7c61ef97603ff00cfa120c0375878f38650f
https://github.com/bluez/bluez/commit/053c7c61ef97603ff00cfa120c0375878f38650f
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M tools/ioctl-tester.c
Log Message:
-----------
tools/ioctl-tester: don't read array out of bounds
Fix accessing (invalid) param data out of bounds.
Commit: 0e37aab12463e16fbaeebb6f204ff663d8b42fae
https://github.com/bluez/bluez/commit/0e37aab12463e16fbaeebb6f204ff663d8b42fae
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M monitor/analyze.c
Log Message:
-----------
monitor: check data size properly in evt_num_completed_packets
Use util_iov_pull to check data size before dereferencing.
Commit: 81111489faf4ee84c74db70d1a27ef1e80f00155
https://github.com/bluez/bluez/commit/81111489faf4ee84c74db70d1a27ef1e80f00155
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M emulator/bthost.c
Log Message:
-----------
emulator: Remove assigned but unused variables
Remove unused variables that gcc -Wunused-but-set-variable and
-Wunused-but-set-parameter complain about.
Fixes build on gcc 16.
Commit: dfc5e135737be7f61e0eaa288813cd2868724603
https://github.com/bluez/bluez/commit/dfc5e135737be7f61e0eaa288813cd2868724603
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M monitor/avctp.c
Log Message:
-----------
monitor: Remove assigned but unused variables
Remove unused variables that gcc -Wunused-but-set-variable and
-Wunused-but-set-parameter complain about.
Fixes build on gcc 16.
Commit: 5a0932cc8e05bb24a8e63debcedfb6e5fa6ccaea
https://github.com/bluez/bluez/commit/5a0932cc8e05bb24a8e63debcedfb6e5fa6ccaea
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M src/sdpd-request.c
M src/shared/shell.c
Log Message:
-----------
src: Remove assigned but unused variables
Remove unused variables that gcc -Wunused-but-set-variable and
-Wunused-but-set-parameter complain about, or silence by void cast.
Fixes build on gcc 16.
Commit: 474f2ee8597b62aca44ea2e1578359dc7c223af6
https://github.com/bluez/bluez/commit/474f2ee8597b62aca44ea2e1578359dc7c223af6
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M tools/btsnoop.c
M tools/seq2bseq.c
Log Message:
-----------
tools: Remove assigned but unused variables
Remove unused variables that gcc -Wunused-but-set-variable and
-Wunused-but-set-parameter complain about.
Fixes build on gcc 16.
Commit: dd9d9dab41353567abc1a127920ecfe31d167a86
https://github.com/bluez/bluez/commit/dd9d9dab41353567abc1a127920ecfe31d167a86
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M Makefile.tools
Log Message:
-----------
build: never build test-runner with ASAN
test-runner cannot run as pid 1 inside VM when built with ASAN enabled.
Drop MISC_CFLAGS/LDFLAGS from its build; the additional flags they
contain beyond ASAN enable are not important for test-runner build.
Commit: 46b859d82909b99c41327a41983302bdc2a42416
https://github.com/bluez/bluez/commit/46b859d82909b99c41327a41983302bdc2a42416
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M src/shared/mcp.c
Log Message:
-----------
shared/mcp: fix crash on destroy after ATT gone
Tie lifetime of bt_mcs_session to that of ATT disconnect watch. The
disconnect handler is not necessarily called before ATT is freed, but
destroy is.
Fixes UAF of session->att in bt_mcs_unregister() -> session_destroy() ->
bt_att_unregister_disconnect() if ATT was freed first.
Commit: 21db57fc0c2f3f2d7300372263f8631f4cb1d3d0
https://github.com/bluez/bluez/commit/21db57fc0c2f3f2d7300372263f8631f4cb1d3d0
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M src/shared/mcp.c
M unit/test-mcp.c
Log Message:
-----------
shared/mcp: fix parsing of control point arguments
Fix parsing of control point argument lost in rebases.
Add tests for Move Relative command that need it:
MCS/SR/MCP/BV-12-C [Move Relative from Playing]
MCS/SR/MCP/BV-13-C [Move Relative from Paused]
MCS/SR/MCP/BV-14-C [Move Relative from Seeking]
MCS/SR/MCP/BV-75-C [Move Relative from Inactive]
Compare: https://github.com/bluez/bluez/compare/00dfd32af38a...21db57fc0c2f
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications
reply other threads:[~2026-04-06 17:02 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/00dfd3-21db57@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