diff options
Diffstat (limited to 'fuzzing/format_command_fuzzer.c')
-rw-r--r-- | fuzzing/format_command_fuzzer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzing/format_command_fuzzer.c b/fuzzing/format_command_fuzzer.c index 99fde7b..cbca8b0 100644 --- a/fuzzing/format_command_fuzzer.c +++ b/fuzzing/format_command_fuzzer.c @@ -32,7 +32,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { memcpy(new_str, data, size); new_str[size] = '\0'; - if (redisFormatCommand(&cmd, new_str) != -1) + if (redictFormatCommand(&cmd, new_str) != -1) hi_free(cmd); free(new_str); |