diff options
| author | Eric Young <eay@pobox.com> | 2022-06-03 02:22:50 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-04-16 14:07:41 -0700 |
| commit | 5ab9d9660412be2887ae5adba6198f029bcbb4a9 (patch) | |
| tree | ba27f52acbccc5b5092653dd69d0845cd0280b5c /src/database/sql/sql.go | |
| parent | 5715d735590cf545f03b34e58ade83b919e53fba (diff) | |
| download | go-5ab9d9660412be2887ae5adba6198f029bcbb4a9.tar.xz | |
crypto/tls: fix a testing deadlock that occurs on a TLS protocol error
A Go routine was, on an error, returning without sending a message on its
signaling channel, so the main program was blocking forever waiting for
a message that was never sent. Found while breaking crypto/tls.
Change-Id: Id0b3c070a27cabd852f74e86bb9eff5c66b86d28
GitHub-Last-Rev: 4d84fb8b556589ec98eba6142a553fbd45683b96
GitHub-Pull-Request: golang/go#53216
Reviewed-on: https://go-review.googlesource.com/c/go/+/410274
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/database/sql/sql.go')
0 files changed, 0 insertions, 0 deletions
