We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a621ff0 + 096851b commit e57cc2cCopy full SHA for e57cc2c
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