]> git.baikalelectronics.ru Git - kernel.git/commit
fuse: prevent fuse_put_request on invalid pointer
authorAnand V. Avati <avati@gluster.com>
Thu, 22 Oct 2009 13:24:52 +0000 (06:24 -0700)
committerMiklos Szeredi <mszeredi@suse.cz>
Wed, 4 Nov 2009 09:24:50 +0000 (10:24 +0100)
commitf19cd87258dac1438078d79078835d9c6618f1b2
treee4289854a25f4640308532726deceb7d6ac293ed
parent06569f5994f91c576726e7c3260f2ae0d334e1f1
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 <avati@gluster.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Cc: stable@kernel.org
fs/fuse/file.c