From 98fd3287ea5e0c79e62085d2115f16fafaeace91 Mon Sep 17 00:00:00 2001 From: Peter Hoddie Date: Wed, 4 May 2022 10:24:23 -0700 Subject: [PATCH] free script buffer in fuzzilli loop --- xs/tools/xst.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xs/tools/xst.c b/xs/tools/xst.c index c5c9609b78..db259ec085 100644 --- a/xs/tools/xst.c +++ b/xs/tools/xst.c @@ -1783,6 +1783,8 @@ int fuzz(int argc, char* argv[]) xsDeleteMachine(machine); fxTerminateSharedCluster(); + free(buffer); + __sanitizer_cov_reset_edgeguards(); }