Branch: refs/heads/984529 Home: https://github.com/bluez/bluez Commit: 7ea4b198cc0195df7418ff2103d9c1865d7a9d6f https://github.com/bluez/bluez/commit/7ea4b198cc0195df7418ff2103d9c1865d7a9d6f Author: Yang Li <yang.li@xxxxxxxxxxx> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Add NULL check for stream in iso_bcast_confirm_cb() When a BIG sync is established and then immediately terminated, the associated stream may have already been released. backtrace: (gdb) bt #0 0x006d16c0 in queue_find () #1 0x006d16cc in queue_find () #2 0x006edd14 in stream_get_io () #3 0x006f0bdc in bt_bap_stream_get_io () #4 0x0064a440 in iso_bcast_confirm_cb () #5 0x0065c36c in server_cb () #6 0xf7878c24 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #7 0xf7878fb0 in ?? () from /usr/lib/libglib-2.0.so.0 #8 0xf78793ec in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #9 0x007055d0 in mainloop_run () #10 0x00705a34 in mainloop_run_with_signal () #11 0x0061484c in main () Signed-off-by: Yang Li <yang.li@xxxxxxxxxxx> To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications