Commit: 077de3f8639f095ee1c2ff6aabf9e4c4e3a141c0
Parent: 13e0776cef76aaa956ec507f6f6f60928ceadda5
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-07-29 22:10:36
Tree: fffc0446bad61f00f211f3c68e8c0d6ba9c9835b

bap: Fix possible crash with Broadcast Sink If the remote terminates the BIG Sync the following crash is observed: Process terminating with default action of signal 11 (SIGSEGV) Access not within mapped region at address 0x8 at 0x40781C6: setup_free (bap.c:1024) by 0x4078EB8: bap_state_bcast_sink (bap.c:3118) by 0x41319DF: bap_bcast_set_state (bap.c:2392) by 0x412CFFC: stream_set_state (bap.c:1537) by 0x4131CBA: stream_io_disconnected (bap.c:6597) by 0x414A079: watch_callback (io-glib.c:173) by 0x4149EE9: io_err_watch_dispatch (io-glib.c:380) by 0x4C9587F: ??? (in /usr/lib64/libglib-2.0.so.0.8400.3) by 0x4C9E7C7: ??? (in /usr/lib64/libglib-2.0.so.0.8400.3) by 0x4C9EA6E: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.8400.3) by 0x414ABED: mainloop_run (mainloop-glib.c:65) by 0x414B1C4: mainloop_run_with_signal (mainloop-notify.c:196)

Diffstat

M profiles/audio/bap.c | 3 ++-

1 files changed, 2 insertions(+), 1 deletions(-)

View Full Diff | Patch