Skip to content

Commit

Permalink
free script buffer in fuzzilli loop
Browse files Browse the repository at this point in the history
  • Loading branch information
phoddie committed May 4, 2022
1 parent f1a4dd6 commit 2cb5f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xs/tools/xst.c
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,8 @@ int fuzz(int argc, char* argv[])
xsDeleteMachine(machine);
fxTerminateSharedCluster();

free(buffer);

__sanitizer_cov_reset_edgeguards();
}

Expand Down

0 comments on commit 2cb5f55

Please sign in to comment.