]> Cypherpunks repositories - gostls13.git/commit
crypto/aes: add missing aes-gcm buffer overlap checks to PPC64
authorPaul E. Murphy <murp@ibm.com>
Thu, 22 Aug 2024 14:50:08 +0000 (09:50 -0500)
committerPaul Murphy <murp@ibm.com>
Fri, 23 Aug 2024 15:12:31 +0000 (15:12 +0000)
commit1e9c5bbc8a428da5832137e84d08ff2b8e99dfaa
tree56fb4ed36f692b589ab8b0adc20a5b78e59c5034
parent2cee5d810974040b10ff8d19119758ac6e7270e1
crypto/aes: add missing aes-gcm buffer overlap checks to PPC64

The tests added by CL 601778 highlighted missing buffer overlap
checks in the ppc64 specific aes-gcm implementation.

Fixes #69007

Change-Id: I80c3b5628c5079cfed2c3dace7298512c16a8f46
Reviewed-on: https://go-review.googlesource.com/c/go/+/607519
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/crypto/aes/gcm_ppc64x.go