Open michalderkacz opened 4 years ago
Lack of checking of pointer returned by sysAlloc at src/runtime/mpagealloc.go:395.
Consider move nil checking into sysAlloc function itself. Currently almost all checks simply throw "runtime: cannot allocate memory".
CC @mknyszek
Lack of checking of pointer returned by sysAlloc at src/runtime/mpagealloc.go:395.
Consider move nil checking into sysAlloc function itself. Currently almost all checks simply throw "runtime: cannot allocate memory".