commit | c7258a4477b5ed0243c28ec107b98bb946757448 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Fri Mar 09 11:44:00 2007 +0000 |
committer | David Woodhouse <dwmw2@infradead.org> | Fri Mar 09 11:44:00 2007 +0000 |
tree | c1b3bce6ea3567ac7e23241ec13a2c4a40972b0f | |
parent | 470bc844361b238bcbe6a07ba47d51fca25f2742 [diff] |
[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 <dwmw2@infradead.org>