mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Add decompression bomb error to font fuzzer
This commit is contained in:
parent
76e0422eb7
commit
d45247eb66
|
@ -31,6 +31,7 @@ def TestOneInput(data):
|
|||
|
||||
|
||||
def main():
|
||||
fuzzers.enable_decompressionbomb_error()
|
||||
atheris.Setup(sys.argv, TestOneInput, enable_python_coverage=True)
|
||||
atheris.Fuzz()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user