flush stdout from ufuzz jobs properly (#4224)

This commit is contained in:
Alex Lam S.L
2020-10-16 14:56:54 +01:00
committed by GitHub
parent 4f833937fe
commit 4298201938
2 changed files with 4 additions and 1 deletions

View File

@@ -331,6 +331,7 @@ function strictMode() {
function createTopLevelCode() {
VAR_NAMES.length = INITIAL_NAMES_LEN; // prune any previous names still in the list
block_vars.length = 0;
unique_vars.length = 0;
loops = 0;
funcs = 0;