]> Cypherpunks repositories - gostls13.git/commit
runtime: handle empty stack in expandFinalInlineFrame
authorKeith Randall <khr@golang.org>
Fri, 20 Mar 2020 19:25:57 +0000 (12:25 -0700)
committerKeith Randall <khr@golang.org>
Fri, 20 Mar 2020 20:01:06 +0000 (20:01 +0000)
commit5bc75a3097a3671055f0f9c503850edbe830601d
tree852c5457532d73737a5a8d0462f36de61b16bfdf
parentc5058652fd724cb1ed8ea91a4e76b202d6910482
runtime: handle empty stack in expandFinalInlineFrame

Fixes #37967

Change-Id: I6fc22bdd65f0263d5672731b73d09249201ab0aa
Reviewed-on: https://go-review.googlesource.com/c/go/+/224458
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/pprof/proto_test.go
src/runtime/symtab.go