Port a few removed mocks to libEpollFuzzer targets
This commit is contained in:
@@ -102,6 +102,8 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||
readBytes(httpRequest->getHeader(httpRequest->getUrl()));
|
||||
readBytes(httpRequest->getMethod());
|
||||
readBytes(httpRequest->getQuery());
|
||||
readBytes(httpRequest->getQuery("hello"));
|
||||
readBytes(httpRequest->getParameter(0));
|
||||
|
||||
#ifdef UWS_WITH_PROXY
|
||||
auto *pp = (uWS::ProxyParser *) reserved;
|
||||
|
||||
Reference in New Issue
Block a user