[go-nuts] [security] Go 1.22.3 and Go 1.21.10 are released

2024-05-07 Thread Cherry Mui
Hello gophers, We have just released Go versions 1.22.3 and 1.21.10, minor point releases. These minor releases include 2 security fixes following the security policy : - cmd/go: arbitrary code execution during build on darwin On Darwin, building a Go module w

[go-nuts] question about TestPageAllocAlloc, AllFree1

2024-05-07 Thread Leah Stapleton
I have a question about scavenging arising one of the runtime tests in runtime/mpagealloc.go. The test in question is the " AllFree1" test case in TestPageAllocAlloc. According to my understanding, in the runtime, there is a distinction between reclaiming memory and scavenging memory. Reclaimi