ignore encoding errors in fuzzers output

This commit is contained in:
Yakov Olkhovskiy 2024-09-30 14:56:34 +00:00
parent ba5a0e98e3
commit 3af5bd6a49

View File

@ -133,6 +133,7 @@ def run_fuzzer(fuzzer: str):
text=True,
check=True,
shell=True,
errors='replace',
)
except subprocess.CalledProcessError as e:
# print("Command failed with error:", e)