]> Cypherpunks repositories - gostls13.git/commit
runtime: improve asanread/asanwrite nosplit comment
authorAustin Clements <austin@google.com>
Thu, 6 Jan 2022 20:25:01 +0000 (15:25 -0500)
committerAustin Clements <austin@google.com>
Tue, 11 Jan 2022 16:08:43 +0000 (16:08 +0000)
commit1cc3c735802f93eaf74b21795b8027163318ace1
treedcf4984151b4918317af016af7e67f6b410ca4c9
parentc7fa66179b51bc90612f564f2cb3afbc1b21d511
runtime: improve asanread/asanwrite nosplit comment

Explain the conditions under which they are called on stacks that
cannot grow.

Change-Id: I08ee5480face7fbedeccc09e55b8149c5a793c2e
Reviewed-on: https://go-review.googlesource.com/c/go/+/376036
Trust: Austin Clements <austin@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Fannie Zhang <Fannie.Zhang@arm.com>
src/runtime/asan.go