https://github.com/torvalds/linux
Revision 4b2f4e072fb2599b6a2e5e277f0d2b5705eaa630 authored by Dan Carpenter on 26 July 2022, 15:13:44 UTC, committed by Luiz Augusto von Dentz on 26 July 2022, 20:32:40 UTC
Don't call mgmt_pending_remove() twice (double free).

Fixes: 6b88eff43704 ("Bluetooth: hci_sync: Refactor remove Adv Monitor")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
1 parent 9b134b1
History
Tip revision: 4b2f4e072fb2599b6a2e5e277f0d2b5705eaa630 authored by Dan Carpenter on 26 July 2022, 15:13:44 UTC
Bluetooth: mgmt: Fix double free on error path
Tip revision: 4b2f4e0

back to top