X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=wgtpkg-zip.c;fp=wgtpkg-zip.c;h=9e51538d1c58750ea592d4a243fca593e2e17ac6;hb=252e53c07823178cd5988750b001f8f924516ad7;hp=6ca321f145f902292c17d5e0c196f1001d8f3558;hpb=5bf676513a4fc9ad92fcedac83b3dcbcfce77063;p=src%2Fapp-framework-main.git diff --git a/wgtpkg-zip.c b/wgtpkg-zip.c index 6ca321f..9e51538 100644 --- a/wgtpkg-zip.c +++ b/wgtpkg-zip.c @@ -49,7 +49,7 @@ static int is_valid_filename(const char *filename) if ((c < 0x1f) || ((lastsp = (c == 0x20)) && index == 0) || c == 0x7f || c == 0x3c || c == 0x3e - || c == 0x3a || c == 0x22 || c == 0x2f + || c == 0x3a || c == 0x22 || c == 0x5c || c == 0x7c || c == 0x3f || c == 0x2a || c == 0x5e || c == 0x60 || c == 0x7b || c == 0x7d || c == 0x21)