You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/squashfs-tools/pseudo.c
|
|
+++ b/squashfs-tools/pseudo.c
|
|
@@ -374,7 +374,7 @@
|
|
}
|
|
|
|
|
|
- if(mode > 0777) {
|
|
+ if(mode > 07777) {
|
|
ERROR("Mode %o out of range\n", mode);
|
|
goto error;
|
|
}
|
|
|