Can't do getParamter there

This commit is contained in:
Alex Hultman
2021-02-17 20:36:26 +01:00
parent 52927697c1
commit 1507f3f98a
+1 -1
View File
@@ -103,7 +103,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
readBytes(httpRequest->getMethod()); readBytes(httpRequest->getMethod());
readBytes(httpRequest->getQuery()); readBytes(httpRequest->getQuery());
readBytes(httpRequest->getQuery("hello")); readBytes(httpRequest->getQuery("hello"));
readBytes(httpRequest->getParameter(0)); //readBytes(httpRequest->getParameter(0));
#ifdef UWS_WITH_PROXY #ifdef UWS_WITH_PROXY
auto *pp = (uWS::ProxyParser *) reserved; auto *pp = (uWS::ProxyParser *) reserved;