Files
linux/fs/ext4
Jerry Lee 31cd127ca6 ext4: fix overflow caused by missing cast in ext4_resize_fs()
commit aec51758ce upstream.

On a 32-bit platform, the value of n_blcoks_count may be wrong during
the file system is resized to size larger than 2^32 blocks.  This may
caused the superblock being corrupted with zero blocks count.

Fixes: 1c6bd7173d
Signed-off-by: Jerry Lee <jerrylee@qnap.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-08-11 09:08:48 -07:00
..
2015-04-02 23:47:42 -04:00
2015-04-02 23:47:42 -04:00
2017-06-14 13:16:24 +02:00
2014-02-20 13:32:10 -05:00
2017-06-14 13:16:24 +02:00
2017-05-25 14:30:11 +02:00