Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuse: prevent fuse_put_request on invalid pointer
fuse_direct_io() has a loop where requests are allocated in each iteration. if allocation fails, the loop is broken out and follows into an unconditional fuse_put_request() on that invalid pointer. Signed-off-by: Anand V. Avati <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]> Cc: [email protected]
- Loading branch information