]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http/ContentLengthInterpreter.h
Validate Content-Length value prefix (#629)
[thirdparty/squid.git] / src / http / ContentLengthInterpreter.h
index 37d9e696cf2f72a0247e950b6f41fe5ab437e8ee..142664e04146d3d4d237614f219f3d8f462dcc66 100644 (file)
@@ -67,6 +67,7 @@ public:
     bool sawGood;
 
 protected:
+    const char *findDigits(const char *prefix, const char *valueEnd) const;
     bool goodSuffix(const char *suffix, const char * const end) const;
     bool checkValue(const char *start, const int size);
     bool checkList(const String &list);