* [bluez/bluez] 582ec3: media: fix wrong argument to lp_get_uid() in avrcp...
@ 2026-08-15 21:17 Pauli Virtanen
0 siblings, 0 replies; only message in thread
From: Pauli Virtanen @ 2026-08-15 21:17 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/1146603
Home: https://github.com/bluez/bluez
Commit: 582ec38249f11a91e1300b61a7690b41ecbdb773
https://github.com/bluez/bluez/commit/582ec38249f11a91e1300b61a7690b41ecbdb773
Author: Pauli Virtanen <pav@iki.fi>
Date: 2026-08-15 (Sat, 15 Aug 2026)
Changed paths:
M profiles/audio/avrcp-player.c
Log Message:
-----------
media: fix wrong argument to lp_get_uid() in avrcp-player
In track_changed(), lp_get_uid() is passed struct local_player although
player_link is expected, which is ASAN crash. It takes void * since
it's avrcp_player_cb callback function, so wasn't caught by compiler.
Pass the right object. Fixes AddressSanitizer: heap-buffer-overflow
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-15 21:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-15 21:17 [bluez/bluez] 582ec3: media: fix wrong argument to lp_get_uid() in avrcp Pauli Virtanen
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.