Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284471
b: refs/heads/master
c: cc37f75
h: refs/heads/master
i:
  284469: ababb62
  284467: 72508ba
  284463: f86ae76
v: v3
  • Loading branch information
Phillip Lougher committed Jan 2, 2012
1 parent 7e24387 commit 16d2e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d7fbd893388d9e86d29b7cfbd5457bcf03496fbf
refs/heads/master: cc37f75a9ffbbfcb1c3297534f293c8284e3c5a6
2 changes: 1 addition & 1 deletion trunk/fs/squashfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static int squashfs_fill_super(struct super_block *sb, void *data, int silent)

check_directory_table:
/* Sanity check directory_table */
if (msblk->directory_table >= next_table) {
if (msblk->directory_table > next_table) {
err = -EINVAL;
goto failed_mount;
}
Expand Down

0 comments on commit 16d2e7b

Please sign in to comment.