]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: guard against array out of bounds in GoroutineProfile
authorRuss Cox <rsc@golang.org>
Wed, 27 Jan 2016 04:00:41 +0000 (23:00 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 27 Jan 2016 04:56:32 +0000 (04:56 +0000)
commitd9fdbf48207e24c1d0d771250f2cc811ef97adff
tree3a5f4c3d8628b04e16a55170056aa74f6e8d3b96
parent313fd1cb1343e46b563b6b8acfef7e58604b5b8f
runtime: guard against array out of bounds in GoroutineProfile

The previous CL is the real fix. This one is just insurance.

Fixes #14046 again.

Change-Id: I553349504bb1789e4b66c888dbe4034568918ad6
Reviewed-on: https://go-review.googlesource.com/18977
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/mprof.go