summaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/140-mode_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/squashfs4/patches/140-mode_check.patch')
-rw-r--r--tools/squashfs4/patches/140-mode_check.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/squashfs4/patches/140-mode_check.patch b/tools/squashfs4/patches/140-mode_check.patch
deleted file mode 100644
index 30ab4e1374..0000000000
--- a/tools/squashfs4/patches/140-mode_check.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }