-
Notifications
You must be signed in to change notification settings - Fork 18k
reflect: unsafe.Pointer used unsafely in reflect.Value #6490
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
Labels
Milestone
Comments
Is this now entirely fixed by, https://code.google.com/p/go/source/detail?r=ecccf07e7f reflect: rewrite Value to separate out pointer vs. nonpointer info. Needed for precise gc and copying stacks. reflect.Value now takes 4 words instead of 3. Still to do: - un-iword-ify channel ops. - un-iword-ify method receivers. R=golang-dev, iant, rsc, khr CC=golang-dev https://golang.org/cl/43040043 ? Owner changed to @randall77. Status changed to Started. |
This issue was updated by revision 2af7a26. R=rsc CC=golang-codereviews https://golang.org/cl/52110044 |
This issue was closed by revision 873aaa5. 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.
The text was updated successfully, but these errors were encountered: