This series of patches fixes a memory leak on mount failures of OMFS, and various crashes that were found with fuzzed disk images some time ago. All patches passed omfsprogs test suite. Bob Copeland (3): omfs: check bounds on block numbers before passing to sb_bread omfs: refuse to mount if bitmap pointer is obviously wrong omfs: sanity check cluster size Davidlohr Bueso (1): omfs: fix memory leak fs/omfs/dir.c | 22 ++++++++-------------- fs/omfs/file.c | 8 ++++---- fs/omfs/inode.c | 44 +++++++++++++++++++++++++++++++++----------- fs/omfs/omfs.h | 1 + fs/omfs/omfs_fs.h | 1 + 5 files changed, 47 insertions(+), 29 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html