Skip to content
Commit 76e51210 authored by Fabian Frederick's avatar Fabian Frederick Committed by Linus Torvalds
Browse files

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: default avatarFabian Frederick <fabf@skynet.be>
Suggested-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Suggested-by: default avatarBob Copeland <me@bobcopeland.com>
Acked-by: default avatarBob Copeland <me@bobcopeland.com>
Tested-by: default avatarBob Copeland <me@bobcopeland.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5ef98192
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment