From: David Woodhouse Date: Fri, 9 Mar 2007 11:44:00 +0000 (+0000) Subject: [JFFS2] Check for all-zero node headers X-Git-Tag: v2.6.21-rc4~69^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7258a4477b5ed0243c28ec107b98bb946757448;p=pandora-kernel.git [JFFS2] Check for all-zero node headers Due to a poor choice of CRC32 seed, a node header which is all zeroes would pass the CRC32 check. Explicitly check for this case, and treat it as we do a CRC failure. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed