-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/crypto: fatal error: checkptr: unsafe pointer conversion #37715
Comments
Duplicate of #37644 |
(In general, please search for existing issues before filing a new one. Sometimes GitHub search masks existing issues — and that's ok — but in this case the existing issue would not have been difficult to find.) |
Sorry. The original issue on our repo was opened a week ago, back then the linked dup didn't exist. |
Change https://golang.org/cl/222855 mentions this issue: |
It is unclear whether unaligned reads should be allowed, or if they are even actually a good idea here. However, while we figure that out, we should un-break 'go test -race' for users of this package. Updates golang/go#37644 Updates golang/go#37298 Updates golang/go#37715 Updates golang/go#34972 Updates golang/go#35128 Change-Id: I088f5703023e4f05ee274a6753e925973f12ac1b Reviewed-on: https://go-review.googlesource.com/c/crypto/+/222855 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]>
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Create a
racerepro
package and dump this in:Run:
What did you expect to see?
What did you see instead?
Ref ethereum/go-ethereum#20731, discovery courtesy of @mvdan.
The text was updated successfully, but these errors were encountered: