Re: [PATCH] Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chan
Hillf Danton <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 04 Aug 2026 08:40:16 +0300 Pauli Virtanen wrote: > > There is no UAF there, Task 1 holds a reference on sk at this point, if > you look at the code sock_put() follows. > If the subsequent put works without both race and mm leak, then it is the very evidence of uaf with race.