]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished...
authorLiu Jian <liujian56@huawei.com>
Fri, 14 Apr 2023 10:30:06 +0000 (18:30 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 09:35:45 +0000 (11:35 +0200)
commitc7207edffc133fb25c47c3e2091095dd7a5db578
tree3c76de68aeb7c47a846fd11f5ee0948b9a5bb382
parent729e0a1148201523454a7ae354b2a836d9c2f4f1
Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work"

[ Upstream commit db2bf510bd5d57f064d9e1db395ed86a08320c54 ]

This reverts commit 1e9ac114c4428fdb7ff4635b45d4f46017e8916f.

This patch introduces a possible null-ptr-def problem. Revert it. And the
fixed bug by this patch have resolved by commit 73f7b171b7c0 ("Bluetooth:
btsdio: fix use after free bug in btsdio_remove due to race condition").

Fixes: 1e9ac114c442 ("Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work")
Signed-off-by: Liu Jian <liujian56@huawei.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/bluetooth/btsdio.c