-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
With GNU:
/usr/bin/expr "56" "substr"
/usr/bin/expr: syntax error: unexpected argument 'substr'
With our:
./target/debug/coreutils expr "56" "substr"
expr: syntax error (premature end of expression)
Found thanks to fuzzing:
#5557
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done
Status
Done