Commit 7126ce1
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.
a1 parent e57cc2c commit 7126ce1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
0 commit comments