From fd3b2704efc2b206784615c1a23eb25501842259 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 5 Sep 2024 15:14:37 +0200 Subject: Adding upstream version 1.4.3+ds. Signed-off-by: Daniel Baumann --- oss-fuzz/common.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 oss-fuzz/common.h (limited to 'oss-fuzz/common.h') diff --git a/oss-fuzz/common.h b/oss-fuzz/common.h new file mode 100644 index 0000000..9545f95 --- /dev/null +++ b/oss-fuzz/common.h @@ -0,0 +1,2 @@ +extern int alloc_check_threshold, alloc_check_counter; +int alloc_check_threshold = INT32_MAX, alloc_check_counter = 0; -- cgit v1.2.3