Re: [PATCH] fuse: Fix use-after-free in fuse_dev_do_write()

From: Miklos Szeredi
Date: Mon Oct 01 2018 - 05:26:15 EST


On Tue, Sep 25, 2018 at 11:52 AM, Kirill Tkhai <ktkhai@xxxxxxxxxxxxx> wrote:
> After we found req in request_find() and released the lock,
> everything may happen with the req in parallel.
>
> Keep it alive till we finish touch its memory.
>
> Signed-off-by: Kirill Tkhai <ktkhai@xxxxxxxxxxxxx>

Applied.

Thanks,
Miklos