Skip to content

Commit 57a56a8

Browse files
committed
Add graceful handling for NotADirectoryErrors
1 parent 2a2294f commit 57a56a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: fuzzing/fuzz-targets/fuzz_submodule.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def TestOneInput(data):
8383
FileNotFoundError,
8484
FileExistsError,
8585
IsADirectoryError,
86+
NotADirectoryError,
8687
BrokenPipeError,
8788
):
8889
return -1

0 commit comments

Comments
 (0)