All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] Fix crash when unregistering bcast source endpoint
@ 2024-02-23 14:16 Silviu Florian Barbulescu
  2024-02-23 14:16 ` [PATCH BlueZ 1/1] shared/bap: Fix crash unreg bcast src endpoint Silviu Florian Barbulescu
  2024-02-23 14:49 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 4+ messages in thread
From: Silviu Florian Barbulescu @ 2024-02-23 14:16 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: mihai-octavian.urzica, silviu.barbulescu, vlad.pruteanu,
	andrei.istodorescu, luiz.dentz, iulia.tanasescu

In bt_bap_stream_release stream is accessed after free
ERROR: AddressSanitizer: heap-use-after-free on address
READ of size 8 at 0x60d0000001e0 thread T0
    #0 0x556602a14ce0 in bt_bap_stream_release src/shared/bap.c:5423
    #1 0x556602981292 in queue_foreach src/shared/queue.c:207
    #2 0x556602a0712a in bt_bap_remove_pac src/shared/bap.c:3572
    #3 0x5566026ca846 in media_endpoint_destroy profiles/audio/media.c:180
    #4 0x5566026cdef9 in unregister_endpoint profiles/audio/media.c:1708


Silviu Florian Barbulescu (1):
  shared/bap: Fix crash unreg bcast src endpoint

 src/shared/bap.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


base-commit: a16c2ccf9c256285188f4549b7b767cf31b100eb
-- 
2.39.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-23 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23 14:16 [PATCH BlueZ 0/1] Fix crash when unregistering bcast source endpoint Silviu Florian Barbulescu
2024-02-23 14:16 ` [PATCH BlueZ 1/1] shared/bap: Fix crash unreg bcast src endpoint Silviu Florian Barbulescu
2024-02-23 15:30   ` Fix crash when unregistering bcast source endpoint bluez.test.bot
2024-02-23 14:49 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.