[fuzzing] Run valgrind with --leak-check=full

This commit is contained in:
Behdad Esfahbod 2019-04-15 16:53:10 -04:00
parent 3ff66c0029
commit b7384c89e2

View File

@ -88,7 +88,7 @@ for file in os.listdir (parent_path):
failed = True
if valgrind:
text, returncode = cmd ([valgrind, '--error-exitcode=1', hb_shape_fuzzer, path])
text, returncode = cmd ([valgrind, '--error-exitcode=1', '--leak-check=full', hb_shape_fuzzer, path])
if returncode:
print (text)
print ('failure on %s' % file)