◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
2 changes: 2 additions & 0 deletions fuzzing/fuzz-targets/fuzz_submodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ def TestOneInput(data):
except Exception as e:
if isinstance(e, ValueError) and "embedded null byte" in str(e):
return -1
else:
return handle_exception(e)

Expand Down
Toggle all file notes Toggle all file annotations