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
I have detected an infinite loop if there is only one argument with one space (e.g., " ") passed on the command line. This kind of argument is not consumed and results in an infinite loop.
I detect this bug using gradle to launch my java application using args4j to manage arguments passed on the command line.
Regards
Valentin
The text was updated successfully, but these errors were encountered:
Hello,
I have detected an infinite loop if there is only one argument with one space (e.g.,
" "
) passed on the command line. This kind of argument is not consumed and results in an infinite loop.I detect this bug using gradle to launch my java application using args4j to manage arguments passed on the command line.
Regards
Valentin
The text was updated successfully, but these errors were encountered: