linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bastien Nocera <hadess@hadess.net>
To: linux-bluetooth@vger.kernel.org
Subject: [BlueZ, v2 0/3] avrcp: Fix Out-of-Bounds Read in AVRCP GetFolderItems parsing
Date: Tue,  4 Aug 2026 16:23:29 +0200	[thread overview]
Message-ID: <20260804142419.2274153-1-hadess@hadess.net> (raw)

Changes since v1:
- Add missing inttypes.h include to split-off parsing functions

Bastien Nocera (2):
  avrcp: Split off name parsing from parse_*_element()
  unit: Adapt poc_*_oob.c test into a new test

Elman Shahbazov (1):
  avrcp: Fix Out-of-Bounds Read in AVRCP GetFolderItems parsing

 Makefile.am                  |  9 +++++
 Makefile.plugins             |  1 +
 profiles/audio/avrcp-parse.c | 52 ++++++++++++++++++++++++
 profiles/audio/avrcp-parse.h | 19 +++++++++
 profiles/audio/avrcp.c       | 26 +++---------
 unit/test-avrcp-sec.c        | 76 ++++++++++++++++++++++++++++++++++++
 6 files changed, 163 insertions(+), 20 deletions(-)
 create mode 100644 profiles/audio/avrcp-parse.c
 create mode 100644 profiles/audio/avrcp-parse.h
 create mode 100644 unit/test-avrcp-sec.c

-- 
2.55.0


             reply	other threads:[~2026-08-04 14:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-04 14:23 Bastien Nocera [this message]
2026-08-04 14:23 ` [BlueZ, v2 1/3] avrcp: Split off name parsing from parse_*_element() Bastien Nocera
2026-08-04 16:27   ` avrcp: Fix Out-of-Bounds Read in AVRCP GetFolderItems parsing bluez.test.bot
2026-08-05 17:12   ` [BlueZ, v2 1/3] avrcp: Split off name parsing from parse_*_element() Luiz Augusto von Dentz
2026-08-06  9:59     ` Bastien Nocera
2026-08-06 14:19       ` Luiz Augusto von Dentz
2026-08-04 14:23 ` [BlueZ, v2 2/3] unit: Adapt poc_*_oob.c test into a new test Bastien Nocera
2026-08-04 16:46   ` Luiz Augusto von Dentz
2026-08-05  7:59     ` Bastien Nocera
2026-08-05 16:44       ` Luiz Augusto von Dentz
2026-08-06 10:50         ` Bastien Nocera
2026-08-04 14:23 ` [BlueZ, v2 3/3] avrcp: Fix Out-of-Bounds Read in AVRCP GetFolderItems parsing Bastien Nocera

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=20260804142419.2274153-1-hadess@hadess.net \
    --to=hadess@hadess.net \
    --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).