commit | 0bdbdd08a8f991bdaee54465a168c0795ea5d28b | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Feb 08 13:28:03 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Feb 08 13:07:00 2020 -0700 |
tree | d0203578fa0046d4452a4bd929b0cf0716b7886c | |
parent | 5f798beaf35d79355cbf18019c1993a84475a2c3 [diff] |
io_uring: fix openat/statx's filename leak As in the previous patch, make openat*_prep() and statx_prep() handle double preparation to avoid resource leakage. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>