This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new fa7447763b Update fuzz_http3frame.cc (#11669)
fa7447763b is described below
commit fa7447763b6d3d62426dec44a6b1733289bec0f4
Author: Kit Chan <[email protected]>
AuthorDate: Mon Aug 12 15:23:39 2024 -0700
Update fuzz_http3frame.cc (#11669)
---
tests/fuzzing/fuzz_http3frame.cc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/fuzzing/fuzz_http3frame.cc b/tests/fuzzing/fuzz_http3frame.cc
index 0ca0848f5f..22eaa9a18a 100644
--- a/tests/fuzzing/fuzz_http3frame.cc
+++ b/tests/fuzzing/fuzz_http3frame.cc
@@ -29,6 +29,8 @@
#define TEST_THREADS 1
+extern int cmd_disable_pfreelist;
+
bool
DoInitialization()
{
@@ -50,6 +52,8 @@ LLVMFuzzerTestOneInput(const uint8_t *input_data, size_t
size_data)
return 1;
}
+ cmd_disable_pfreelist = true;
+
static bool Initialized = DoInitialization();
MIOBuffer *input1 = new_MIOBuffer(BUFFER_SIZE_INDEX_128);