linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] OMFS bug fixes
@ 2010-07-15  3:26 Bob Copeland
  2010-07-15  3:26 ` [PATCH 1/4] omfs: fix memory leak Bob Copeland
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bob Copeland @ 2010-07-15  3:26 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel, Bob Copeland

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(-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-07-15  3:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-15  3:26 [PATCH 0/4] OMFS bug fixes Bob Copeland
2010-07-15  3:26 ` [PATCH 1/4] omfs: fix memory leak Bob Copeland
2010-07-15  3:26 ` [PATCH 2/4] omfs: check bounds on block numbers before passing to sb_bread Bob Copeland
2010-07-15  3:26 ` [PATCH 3/4] omfs: refuse to mount if bitmap pointer is obviously wrong Bob Copeland
2010-07-15  3:26 ` [PATCH 4/4] omfs: sanity check cluster size Bob Copeland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).