diff --git a/fuzzing/fuzz-targets/fuzz_diff.py b/fuzzing/fuzz-targets/fuzz_diff.py index ba44995f2..d4bd68b57 100644 --- a/fuzzing/fuzz-targets/fuzz_diff.py +++ b/fuzzing/fuzz-targets/fuzz_diff.py @@ -17,16 +17,19 @@ class BytesProcessAdapter: """Allows bytes to be used as process objects returned by subprocess.Popen.""" + @atheris.instrument_func def __init__(self, input_string): self.stdout = io.BytesIO(input_string) self.stderr = io.BytesIO() + @atheris.instrument_func def wait(self): return 0 poll = wait +@atheris.instrument_func def TestOneInput(data): fdp = atheris.FuzzedDataProvider(data) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy