]> Cypherpunks repositories - gostls13.git/commit
runtime: change checkptr to use throw instead of panic
authorMatthew Dempsky <mdempsky@google.com>
Thu, 9 Jan 2020 22:01:41 +0000 (14:01 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 9 Jan 2020 23:06:21 +0000 (23:06 +0000)
commit56d6b87972c9852570fe017ac5fa153314c21992
treec009a7c19eccb0764fae26071a252922a2c7d1de
parent65219650fff0cd8317b3f031784c4471f3fd7073
runtime: change checkptr to use throw instead of panic

Updates #34964.

Change-Id: I5afb2c1e77a9a47358a1d0d108c4a787d7172b94
Reviewed-on: https://go-review.googlesource.com/c/go/+/214217
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/checkptr.go