Commit: 229d411e5a71486e62a13365dfc0049a3d930f62
Parent: f80a2a57c910c0530632d2caa2dba559d0f7f63c
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-10-30 19:17:26
Tree: c49ef405c86c3a7ced1cb50de6d68a379747c3d3

bthost: Fix crash on bthost_past_set_info This fixes the following crash: Invalid read of size 1 at 0x401DEFE: send_command (bthost.c:1101) by 0x4021F01: bthost_past_set_info (bthost.c:3758) by 0x4006038: test_listen_past (iso-tester.c:3246) by 0x494984A: ??? (in /usr/lib64/libglib-2.0.so.0.8400.4) by 0x4943862: ??? (in /usr/lib64/libglib-2.0.so.0.8400.4) by 0x494C7A7: ??? (in /usr/lib64/libglib-2.0.so.0.8400.4) by 0x494CA4E: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.8400.4) by 0x402CC4D: mainloop_run (mainloop-glib.c:65) by 0x402D224: mainloop_run_with_signal (mainloop-notify.c:196) by 0x402C445: tester_run (tester.c:1084) by 0x4005609: main (iso-tester.c:4335) Address 0x40 is not stack'd, malloc'd or (recently) free'd

Diffstat

M emulator/bthost.c | 3 +++

1 files changed, 3 insertions(+), 0 deletions(-)

View Full Diff | Patch