Branch: refs/heads/972634 Home: https://github.com/bluez/bluez Commit: 09dfef8dca7e7ca96feceb4c9fe0dfb6a841ab15 https://github.com/bluez/bluez/commit/09dfef8dca7e7ca96feceb4c9fe0dfb6a841ab15 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M tools/iso-tester.c Log Message: ----------- iso-tester: Fix crashing while attemping to access isodata Some tests may not set any isodata causing the following crash: Invalid read of size 1 at 0x40067A8: setup_powered_callback (iso-tester.c:1691) by 0x40232D5: request_complete (mgmt.c:306) by 0x40242B3: can_read_data (mgmt.c:394) by 0x4028529: watch_callback (io-glib.c:173) by 0x493D87F: ??? (in /usr/lib64/libglib-2.0.so.0.8400.2) by 0x49467A7: ??? (in /usr/lib64/libglib-2.0.so.0.8400.2) by 0x4946A4E: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.8400.2) by 0x402ABFD: mainloop_run (mainloop-glib.c:65) by 0x402B1D4: mainloop_run_with_signal (mainloop-notify.c:196) by 0x402A3F5: tester_run (tester.c:1076) by 0x40050FE: main (iso-tester.c:4010) Address 0xa8 is not stack'd, malloc'd or (recently) free'd To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications