cmd/compile: suspicious symbol generation for args_stackmap #31615
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
In CL 171464, @randall77 fixed a
lookup(fmt.Sprintf(...))
call in pgen.go, but we noticed another similarly suspicious line of code for generating args_stackmap symbols. However, Keith reports that applying the same fix didn't work: https://go-review.googlesource.com/c/go/+/171464/1/src/cmd/compile/internal/gc/pgen.go#39Seems worth looking into and understanding whether the existing code is safe.
The text was updated successfully, but these errors were encountered: