[fuzzing] Run valgrind with --leak-check=full
This commit is contained in:
parent
3ff66c0029
commit
b7384c89e2
|
@ -88,7 +88,7 @@ for file in os.listdir (parent_path):
|
||||||
failed = True
|
failed = True
|
||||||
|
|
||||||
if valgrind:
|
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:
|
if returncode:
|
||||||
print (text)
|
print (text)
|
||||||
print ('failure on %s' % file)
|
print ('failure on %s' % file)
|
||||||
|
|
Loading…
Reference in New Issue