aboutsummaryrefslogtreecommitdiff
path: root/fuzz/fuzz_alg_strnstr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/fuzz_alg_strnstr.cpp')
-rw-r--r--fuzz/fuzz_alg_strnstr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzz/fuzz_alg_strnstr.cpp b/fuzz/fuzz_alg_strnstr.cpp
index 1a2bd3d2f..49a7aebb7 100644
--- a/fuzz/fuzz_alg_strnstr.cpp
+++ b/fuzz/fuzz_alg_strnstr.cpp
@@ -14,5 +14,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
ndpi_strnstr(haystack.c_str(), needle.c_str(), len);
+ ndpi_str_endswith(haystack.c_str(), needle.c_str());
+
return 0;
}