Branch: refs/heads/989695 Home: https://github.com/bluez/bluez Commit: 5c523c08d6283172c324ab2e73c3dcda229356a4 https://github.com/bluez/bluez/commit/5c523c08d6283172c324ab2e73c3dcda229356a4 Author: Pauli Virtanen <pav@xxxxxx> Date: 2025-08-10 (Sun, 10 Aug 2025) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: remove bap_update_cigs callback properly whan data is freed setup_free() may re-enable the CIG update callback. If this occurs in bap_data_free(), the callback crashes with UAF. Fix by moving clearing the callback after all setups are freed. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications