Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue … · gitpython-developers/GitPython@7126ce1 · GitHub
Skip to content

Commit 7126ce1

Browse files
committed
Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue 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
1 parent e57cc2c commit 7126ce1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fuzzing/fuzz-targets/fuzz_submodule.py

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)