From: Fabian Frederick Date: Mon, 13 Oct 2014 22:54:01 +0000 (-0700) Subject: FS/OMFS: block number sanity check during fill_super operation X-Git-Tag: fixes-against-v3.18-rc2~79^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e512108935ecdb46792208dae5f59c7ea78e25;p=pandora-kernel.git 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 Suggested-by: Linus Torvalds Suggested-by: Bob Copeland Acked-by: Bob Copeland Tested-by: Bob Copeland Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed