diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-08-20 15:18:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 15:18:19 +0200 |
commit | cc4461f4246f9e8eca9be5796aa53ec785d1a4f0 (patch) | |
tree | 873eb5d7a031e23c8c0401fa63b17af6cb105e2f /fuzz/fuzz_common_code.h | |
parent | 5867f43fae70b1a08b64e8635bf8183ba4d29124 (diff) |
fuzz: extend coverage (#2073)
Diffstat (limited to 'fuzz/fuzz_common_code.h')
-rw-r--r-- | fuzz/fuzz_common_code.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzz/fuzz_common_code.h b/fuzz/fuzz_common_code.h index 02df3e0cc..c5e4fb9c9 100644 --- a/fuzz/fuzz_common_code.h +++ b/fuzz/fuzz_common_code.h @@ -15,6 +15,8 @@ void fuzz_set_alloc_callbacks(void); void fuzz_set_alloc_seed(int seed); void fuzz_set_alloc_callbacks_and_seed(int seed); +FILE *buffer_to_file(const uint8_t *data, size_t size); + #ifdef __cplusplus } #endif |