We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The recent builder logs display:
The text was updated successfully, but these errors were encountered:
/cc @ianlancetaylor
Sorry, something went wrong.
I think this is a bug in the Dragonfly libc. When I run this C program on Dragonfly:
#include <stdio.h> #include <stdlib.h> int main() { printf("%p\n", malloc((size_t)-1)); }
it prints 0x800455000. It should print 0 or (nil).
0x800455000
0
(nil)
CL https://golang.org/cl/32050 mentions this issue.
e24ccfc
No branches or pull requests
The recent builder logs display:
../misc/cgo/errors succeeded unexpectedly 2016/10/24 19:59:03 Failed: exit status 1
https://build.golang.org/log/e8cf241ebc765f154671932c3ba24588d8d8117eThe text was updated successfully, but these errors were encountered: