lkml.org 
[lkml]   [2013]   [Sep]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] Squashfs updates for 3.12
Hi Linus,

Please pull the following Squashfs updates...

Thanks

Phillip


The following changes since commit d8dfad3876e4386666b759da3c833d62fb8b2267:

Linux 3.11-rc7 (2013-08-25 17:43:22 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git tags/squashfs-updates

for you to fetch changes up to 9e012423869e1efbae3762b87ceab509027231c9:

Squashfs: add corruption check for type in squashfs_readdir() (2013-09-06 04:57:54 +0100)

----------------------------------------------------------------
A couple of minor additional sanity check patches for corrupted information,
and some fixes. Apart from that there's a minor loop optimisation.

These sanity checks mainly exist to trap maliciously corrupted
filesystems either through using a deliberately modified mksquashfs,
or where the user has deliberately chosen to generate uncompressed
metadata and then corrupted it.

Normally metadata in Squashfs filesystems is compressed, which means
corruption (either accidental or malicious) is detected when
trying to decompress the metadata. So corrupted data does not normally
get as far as the code paths in question here.

----------------------------------------------------------------
Dan Carpenter (1):
Squashfs: sanity check information from disk

Manish Sharma (1):
Squashfs: Optimized uncompressed buffer loop

Phillip Lougher (5):
Squashfs: fix corruption check in get_dir_index_using_name()
Squashfs: fix corruption checks in squashfs_lookup()
Squashfs: fix corruption checks in squashfs_readdir()
Squashfs: add corruption check in get_dir_index_using_offset()
Squashfs: add corruption check for type in squashfs_readdir()

fs/squashfs/block.c | 11 ++++-------
fs/squashfs/dir.c | 17 +++++++++++++----
fs/squashfs/namei.c | 8 ++++++--
fs/squashfs/squashfs_fs.h | 5 ++++-
4 files changed, 27 insertions(+), 14 deletions(-)


\
 
 \ /
  Last update: 2013-09-11 18:41    [W:0.036 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site