]> Cypherpunks repositories - gostls13.git/commit
runtime: fix x86 stack trace for call to heap memory
authorRuss Cox <rsc@golang.org>
Fri, 10 Jul 2015 16:32:03 +0000 (12:32 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 13 Jul 2015 19:42:35 +0000 (19:42 +0000)
commit0bcdffeea6e42d57ac02f11e099652cbd69b427b
treea5d6d5355ec02728196d969653c830cb803f4eda
parent683311175c83dc013030e23c4826fa95b59048ea
runtime: fix x86 stack trace for call to heap memory

Fixes #11656.

Change-Id: Ib81d583e4b004e67dc9d2f898fd798112434e7a9
Reviewed-on: https://go-review.googlesource.com/12026
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
src/runtime/signal_386.go
src/runtime/signal_amd64x.go
test/fixedbugs/issue11656.go [new file with mode: 0644]
test/run.go