Linux bluetooth development
 help / color / mirror / Atom feed
* [bluez/bluez] 7a64bb: avdtp: Fix use-after-free in connection_lost
@ 2026-08-07 10:29 github-actions[bot]
  0 siblings, 0 replies; only message in thread
From: github-actions[bot] @ 2026-08-07 10:29 UTC (permalink / raw)
  To: linux-bluetooth

  Branch: refs/heads/1142087
  Home:   https://github.com/bluez/bluez
  Commit: 7a64bbfbe39d139b4c890de6ba272183b7a29b61
      https://github.com/bluez/bluez/commit/7a64bbfbe39d139b4c890de6ba272183b7a29b61
  Author: Jinwang Li <jinwang.li@oss.qualcomm.com>
  Date:   2026-08-07 (Fri, 07 Aug 2026)

  Changed paths:
    M profiles/audio/avdtp.c

  Log Message:
  -----------
  avdtp: Fix use-after-free in connection_lost

release_stream() may free the session's a2dp_setup through
abort_cfm(). Subsequently, finalize_discovery() passes the same
freed a2dp_setup to discover_cb(), resulting in a use-after-free.

Call finalize_discovery() before release_stream() instead.

Assisted-by: Claude:claude-sonnet-5
Signed-off-by: Jinwang Li <jinwang.li@oss.qualcomm.com>



To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications

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

only message in thread, other threads:[~2026-08-07 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07 10:29 [bluez/bluez] 7a64bb: avdtp: Fix use-after-free in connection_lost github-actions[bot]

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox