Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a621ff0 + 096851b commit e57cc2cCopy full SHA for e57cc2c
1 file changed
fuzzing/fuzz-targets/fuzz_submodule.py
@@ -78,6 +78,7 @@ def TestOneInput(data):
78
IsADirectoryError,
79
NotADirectoryError,
80
BrokenPipeError,
81
+ PermissionError,
82
):
83
return -1
84
except Exception as e:
0 commit comments