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
Makefile
compress.c
dir.c
export.c
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
namei.c
rock.c isofs: add KERN_CONT to printing of ER records 2016-11-30 10:41:26 -08:00
rock.h
util.c
zisofs.h