Skip to content

Commit

Permalink
Fix EFP fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 committed Jan 22, 2025
1 parent ad70bee commit 2e37bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzer/http_endpoint_fingerprint/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *bytes, size_t size)
processor_cache cache;
ddwaf::timer deadline{2s};
auto [output, attr] = gen.eval_impl({{}, {}, false, buffer.get<std::string_view>()},
{{}, {}, false, buffer.get<std::string_view>()}, {{}, {}, false, &query},
{{}, {}, false, buffer.get<std::string_view>()}, {{{}, {}, false, &query}},
{{{}, {}, false, &body}}, cache, deadline);

ddwaf_object_free(&query);
Expand Down

0 comments on commit 2e37bd8

Please sign in to comment.