From 9e012423869e1efbae3762b87ceab509027231c9 Mon Sep 17 00:00:00 2001 From: Phillip Lougher Date: Wed, 4 Sep 2013 02:58:12 +0100 Subject: [PATCH] Squashfs: add corruption check for type in squashfs_readdir() We read the type field from disk. This value should be sanity checked for correctness to avoid an out of bounds access when reading the squashfs_filetype_table array. Signed-off-by: Phillip Lougher --- Reading git-format-patch failed