Whamcloud - gitweb
Check for potential 64-bit overflow in ext2fs_get_device_size()
authorEric Sandeen <esandeen@sandeen.net>
Mon, 2 Oct 2006 13:30:41 +0000 (09:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Oct 2006 13:30:41 +0000 (09:30 -0400)
commit3efc3a04fc77bf53d5d1ad433144b82b441e0806
treef71c01c399056073dcefc14a91f4bf94b781b875
parent2d1fa59d9038112c21325199fe7f6d7bc22f7fa1
Check for potential 64-bit overflow in ext2fs_get_device_size()

Check for potential overflow for filesystems contained in regular files
where the filesystem image size is returned by stat64().

Signed-off-by: Eric Sandeen <esandeen@sandeen.net>
lib/ext2fs/ChangeLog
lib/ext2fs/getsize.c