diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-11-01 18:17:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 18:17:22 +0100 |
commit | b63f74a0806ed9d6b80e81e0232ce94a095f1951 (patch) | |
tree | 3321ff59ba91f294100595a794e145d7fb06a463 /.gitignore | |
parent | 137d87fd873197f0fe43f627a90203e1696fdb2c (diff) |
fuzz: improve coverage (#2612)
Add fuzzer to test `ndpi_quick_encrypt()` and `ndpi_quick_decrypt()`
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 63f6dc7c9..baa2a26dc 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,7 @@ /fuzz/fuzz_alg_shoco /fuzz/fuzz_alg_memmem /fuzz/fuzz_alg_strnstr +/fuzz/fuzz_alg_quick_encryption /fuzz/fuzz_config /fuzz/fuzz_community_id /fuzz/fuzz_serialization |