1
0
Fork 0
alistair23-linux/fs/isofs
Jan Kara 34363c057b isofs: Fix off-by-one in 'session' mount option parsing
According to ECMA-130 standard maximum valid track number is 99. Since
'session' mount option starts indexing at 0 (and we add 1 to the passed
number), we should refuse value 99. Also the condition in
isofs_get_last_session() unnecessarily repeats the check - remove it.

Reported-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2017-07-18 12:33:16 +02:00
..
Kconfig fs/Kconfig: move iso9660, udf out 2009-01-22 13:15:55 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compress.c block,fs: untangle fs.h and blk_types.h 2016-11-01 09:43:26 -06:00
dir.c isofs: switch to ->iterate_shared() 2016-05-09 12:53:03 -04:00
export.c VFS: normal filesystems (and lustre): d_inode() annotations 2015-04-15 15:06:57 -04:00
inode.c isofs: Fix off-by-one in 'session' mount option parsing 2017-07-18 12:33:16 +02:00
isofs.h isofs: Implement show_options 2017-07-11 06:06:18 -04:00
joliet.c NLS: update handling of Unicode 2009-06-15 21:44:43 -07:00
namei.c get rid of 'parent' argument of ->d_compare() 2016-07-31 16:37:25 -04:00
rock.c isofs: add KERN_CONT to printing of ER records 2016-11-30 10:41:26 -08:00
rock.h [PATCH] rock: rename union members 2005-06-21 19:07:38 -07:00
util.c isofs: Fix bug in the way to check if the year is a leap year 2015-01-07 09:51:49 +01:00
zisofs.h [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00