mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 19:27:31 +02:00
f2f28c86a2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22334 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
190 B
Diff
12 lines
190 B
Diff
--- 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;
|
|
}
|