Michael Pratt
Michael Pratt
> In this case, a secret value that should have been zeroed is kept "alive" by an adjacent value whos storage is aggregated together with it by the compiler (see...
Thanks for writing all of this down! This is relevant to #74396, where we've considered putting `runtime.moduledata` in its own section, or pointing to the moduledata from `go:buildinfo`, to make...
cc @golang/command-line
Fixed in https://go.dev/cl/722520
> the recorded stack is not complete. It lose *.go file. example main.go. What do you believe is missing? The original stack you listed ends with: ``` /work/tool/go1.23.1.windows-amd64/src/net/http/transport.go 1545: /work/tool/go1.23.1.windows-amd64/src/runtime/asm_amd64.s...