2010-04-23 02:13:56

by Phillip Lougher

[permalink] [raw]
Subject: [PATCH 0/4] Squashfs: bug fixes for 2.6.34-rc6

Hi,

These are some important bug fixes for 2.6.34-rc6.

Phillip Lougher (4):
squashfs: fix locking bug in zlib wrapper
squashfs: fix warn_on when root inode is corrupted
squashfs: add missing buffer free
squashfs: fix potential buffer over-run on 4K block file systems

fs/squashfs/block.c | 5 ++---
fs/squashfs/super.c | 4 +++-
fs/squashfs/zlib_wrapper.c | 3 ++-
3 files changed, 7 insertions(+), 5 deletions(-)

Thanks

Phillip