]> Cypherpunks repositories - gostls13.git/commit
context: handle nil values for valueCtx.String()
authorSean Liao <sean@liao.dev>
Tue, 9 Jul 2024 19:24:34 +0000 (20:24 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 10 Jul 2024 02:44:20 +0000 (02:44 +0000)
commit70e453b4361b80a85e6ebb37e4d43ec02db9a50a
tree438f60c247049ec48cf57ff06686f11dd15a2595
parent183a40db6def2780478053b3cd14f3f5c355d999
context: handle nil values for valueCtx.String()

Fixes #68356

Change-Id: I57dc089a99f545e29a6759a8db5e28fabb6d1a61
Reviewed-on: https://go-review.googlesource.com/c/go/+/597415
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/context/context.go
src/context/x_test.go