git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7fbd89
)
Squashfs: fix mount time sanity check for corrupted superblock
author
Phillip Lougher
<phillip@squashfs.org.uk>
Mon, 2 Jan 2012 17:47:14 +0000
(17:47 +0000)
committer
Phillip Lougher
<phillip@squashfs.org.uk>
Mon, 2 Jan 2012 17:47:14 +0000
(17:47 +0000)
A Squashfs filesystem containing nothing but an empty directory,
although unusual and ultimately pointless, is still valid.
The directory_table >= next_table sanity check rejects these
filesystems as invalid because the directory_table is empty and
equal to next_table.
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
No differences found