Skip to content

Commit

Permalink
tests: internal: fuzzer_engine: add missing parameter for new prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Oct 11, 2022
1 parent 8a78257 commit f092885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal/fuzzers/engine_fuzzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
1, "\0", 0);

struct flb_input_chunk *ic = NULL;
ic = flb_input_chunk_create(entry, nm3, 10);
ic = flb_input_chunk_create(entry, FLB_INPUT_LOGS, nm3, 10);
if (ic != NULL) {
flb_input_chunk_get_size(ic);
flb_input_chunk_set_up_down(ic);
Expand Down

0 comments on commit f092885

Please sign in to comment.