Messages in this thread |  | | From | Pavel Begunkov <> | Subject | [PATCH 0/2] address resourse leaks | Date | Sat, 8 Feb 2020 13:28:01 +0300 |
| |
This fixes the last prep/submission-related leaking hole I found. The first patch is only for read/write/send/recv, so may be 5.5-ported if needed. The second one doing the same but for openat{,2} and statx.
Pavel Begunkov (2): io_uring: fix double prep iovec leak io_uring: fix openat/statx's filename leak
fs/io_uring.c | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-)
-- 2.24.0
|  |