Revision 48706d0a91583d08c56e7ef2a7602d99c8d4133f authored by Miklos Szeredi on 13 December 2011, 09:36:59 UTC, committed by Miklos Szeredi on 13 December 2011, 09:36:59 UTC
Fix two bugs in fuse_retrieve():

 - retrieving more than one page would yield repeated instances of the
   first page

 - if more than FUSE_MAX_PAGES_PER_REQ pages were requested than the
   request page array would overflow

fuse_retrieve() was added in 2.6.36 and these bugs had been there since the
beginning.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
CC: stable@vger.kernel.org
1 parent dc47ce9
History
File Mode Size
Kconfig -rw-r--r-- 541 bytes
Makefile -rw-r--r-- 248 bytes
balloc.c -rw-r--r-- 21.5 KB
dir.c -rw-r--r-- 5.4 KB
directory.c -rw-r--r-- 5.7 KB
ecma_167.h -rw-r--r-- 22.0 KB
file.c -rw-r--r-- 6.2 KB
ialloc.c -rw-r--r-- 3.2 KB
inode.c -rw-r--r-- 61.1 KB
lowlevel.c -rw-r--r-- 1.5 KB
misc.c -rw-r--r-- 7.8 KB
namei.c -rw-r--r-- 33.8 KB
osta_udf.h -rw-r--r-- 8.2 KB
partition.c -rw-r--r-- 8.6 KB
super.c -rw-r--r-- 60.6 KB
symlink.c -rw-r--r-- 2.4 KB
truncate.c -rw-r--r-- 7.9 KB
udf_i.h -rw-r--r-- 1.3 KB
udf_sb.h -rw-r--r-- 4.3 KB
udfdecl.h -rw-r--r-- 8.2 KB
udfend.h -rw-r--r-- 1.6 KB
udftime.c -rw-r--r-- 5.8 KB
unicode.c -rw-r--r-- 11.1 KB

back to top