Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue by DaveLak · Pull Request #1952 · gitpython-developers/GitPython

@DaveLak

…71095

Fuzzing data can generate filenames that trigger:
> OSError: [Errno 36] File name too long

The changes here add handling for these exceptions because they di not
indicate a bug and should not crash the fuzzer.
a

Byron

approved these changes Aug 13, 2024

@DaveLak DaveLak deleted the fuzzing/issues/71095 branch

August 13, 2024 05:27