[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1279164381-9247-1-git-send-email-me@bobcopeland.com>
Date: Wed, 14 Jul 2010 23:26:17 -0400
From: Bob Copeland <me@...copeland.com>
To: linux-fsdevel@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Bob Copeland <me@...copeland.com>
Subject: [PATCH 0/4] OMFS bug fixes
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists