Invalid Enum value when fuzzing #6623
Labels
A-testing
Area: testing
C-forge
Command: forge
Cmd-forge-test
Command: forge test
P-low
Priority: low
T-bug
Type: bug
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (73fb616 2023-12-19T00:16:21.131413571Z)
What command(s) is the bug in?
forge test
Operating System
Windows
Describe the bug
When fuzzing an array of enums, forge supplies a value out of range.
Example:
Output:
The argument
3
is outside the bounds ofEnumVal
.Note: I am running forge on WSL.
The text was updated successfully, but these errors were encountered: