summaryrefslogtreecommitdiffstats
path: root/ossfuzz/fuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'ossfuzz/fuzz.h')
-rw-r--r--ossfuzz/fuzz.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ossfuzz/fuzz.h b/ossfuzz/fuzz.h
index eefac63..917a304 100644
--- a/ossfuzz/fuzz.h
+++ b/ossfuzz/fuzz.h
@@ -41,6 +41,11 @@ extern "C" {
int LLVMFuzzerTestOneInput(const uint8_t *src, size_t size);
+/**
+ * Test if injection of uncompressed data into a stream is working properly
+ */
+int LLVMFuzzerUncompressedDataInjection(const uint8_t *data, size_t size)
+
#ifdef __cplusplus
}
#endif