Skip to content

Commit 8ebdafc

Browse files
Potential fix for pull request finding 'Empty except'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent bc783cb commit 8ebdafc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/fuzz/fuzz_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def fuzz_config(fdp: atheris.FuzzedDataProvider) -> None:
2121
timeout=fdp.ConsumeInt(100) if fdp.ConsumeBool() else fdp.ConsumeUnicodeNoSurrogates(10)
2222
)
2323
except ValueError:
24+
# Invalid fuzzed config values are expected; ignore and continue fuzzing.
2425
pass
2526

2627
def fuzz_routing(fdp: atheris.FuzzedDataProvider) -> None:

0 commit comments

Comments
 (0)