-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fmt: mishandling of FALSE in Scanf #2922
Labels
Milestone
Comments
I think you have to scan two elements to detect the bug, because the leading "F" counts as false no matter what. Labels changed: added priority-go1, go1-must, removed priority-triage. Owner changed to builder@golang.org. Status changed to Accepted. |
I'm pretty sure there's a bug here, as pointed out: s/aL/aA/. My comment was about testing for the bug. I had a hard time writing a quick test that would break before applying the fix. I thought it would be a 1-minute job. Owner changed to @robpike. Status changed to Accepted. |
This issue was closed by revision c0e74b6. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by toqueteos:
The text was updated successfully, but these errors were encountered: