]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
FS/OMFS: block number sanity check during fill_super operation
authorFabian Frederick <fabf@skynet.be>
Mon, 13 Oct 2014 22:54:01 +0000 (15:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:22 +0000 (02:18 +0200)
commit76e512108935ecdb46792208dae5f59c7ea78e25
tree96ea1468ce3e23c2add86f986948a17d0eaad4ee
parent5ef9819234e285abe6b616864e7b1b4607d39b58
FS/OMFS: block number sanity check during fill_super operation

This patch defines maximum block number to 2^31.  It also converts
bitmap_size and array_size to unsigned int in omfs_get_imap

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Suggested-by: Bob Copeland <me@bobcopeland.com>
Acked-by: Bob Copeland <me@bobcopeland.com>
Tested-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/omfs/inode.c
fs/omfs/omfs_fs.h