]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
udf: Avoid overflow when session starts at large offset
authorJan Kara <jack@suse.cz>
Mon, 16 Oct 2017 09:38:11 +0000 (11:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Dec 2017 09:07:33 +0000 (10:07 +0100)
commitb64ab3ca9d31162cbdbd8acc2d5b68cf37302527
treedf963a45a17854db39fe1f67ff9f66fae5a0a4e2
parent91e0cf85caea7f977361f662941100821370d74e
udf: Avoid overflow when session starts at large offset

[ Upstream commit abdc0eb06964fe1d2fea6dd1391b734d0590365d ]

When session starts beyond offset 2^31 the arithmetics in
udf_check_vsd() would overflow. Make sure the computation is done in
large enough type.

Reported-by: Cezary Sliwa <sliwa@ifpan.edu.pl>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/udf/super.c