You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We used the Fuzz engine to modify some Test(TestUseRouterParentDisallow) data, and then we encountered process hang. We hope to get the help of the developer to confirm whether it is a real bug.
I try to fix this bug. I debugged it and found the root cause of this bug was derived from readIdentifierFuncArgument function in macro/interpreter/lexer/lexer.go where reading input will not end because of lacking end check of string. I will submit PR later.
Describe the bug
We used the Fuzz engine to modify some Test(TestUseRouterParentDisallow) data, and then we encountered process hang. We hope to get the help of the developer to confirm whether it is a real bug.
To Reproduce
Expected behavior
Process hang should not happen.
Desktop (please complete the following information):
iris.Version
The text was updated successfully, but these errors were encountered: