diff options
author | Manish Mandlik <[email protected]> | 2023-08-04 11:14:45 -0700 |
---|---|---|
committer | Luiz Augusto von Dentz <[email protected]> | 2023-08-11 11:56:35 -0700 |
commit | a2bcd2b63271a93a695fabbfbf459c603d956d48 (patch) | |
tree | 815444d71ee42efd9d83bbd29077fa8afa3b51d6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3673952cf0c6cf81b06c66a0b788abeeb02ff3ae (diff) |
Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()
KSAN reports use-after-free in hci_add_adv_monitor().
While adding an adv monitor,
hci_add_adv_monitor() calls ->
msft_add_monitor_pattern() calls ->
msft_add_monitor_sync() calls ->
msft_le_monitor_advertisement_cb() calls in an error case ->
hci_free_adv_monitor() which frees the *moniter.
This is referenced by bt_dev_dbg() in hci_add_adv_monitor().
Fix the bt_dev_dbg() by using handle instead of monitor->handle.
Fixes: b747a83690c8 ("Bluetooth: hci_sync: Refactor add Adv Monitor")
Signed-off-by: Manish Mandlik <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions