]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.16] text/template: add lock for Template.tmpl to fix data race
authorIan Lance Taylor <iant@golang.org>
Mon, 3 May 2021 23:32:52 +0000 (16:32 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 9 Sep 2021 13:49:11 +0000 (13:49 +0000)
commit021fc241c968d328559db8342549c52b9f91c967
treecc71399b245402457a071036ac442178135ddc53
parent8226cb06aa44449a1b2f65dcfe87c4e9e2c45dbf
[release-branch.go1.16] text/template: add lock for Template.tmpl to fix data race

This adds a new lock protecting "tmpl".

This is a copy of https://golang.org/cl/257817 by Andreas Fleig,
updated for current tip, and updated to start running the
html/template TestEscapeRace test.

Thanks to @bep for providing the test case.

For #39807
Fixes #47042

Change-Id: Ic8874484290283a49116812eeaffb8608346dc70
Reviewed-on: https://go-review.googlesource.com/c/go/+/316669
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
(cherry picked from commit 496d7c691481966fd6ea806205aa025698a172af)
Reviewed-on: https://go-review.googlesource.com/c/go/+/348580
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/html/template/exec_test.go
src/text/template/exec.go
src/text/template/exec_test.go
src/text/template/template.go