RFR: 8261522: [PPC64] AES intrinsics write beyond the destination array [v2]
Martin Doerr
mdoerr at openjdk.java.net
Tue Feb 16 15:20:58 UTC 2021
On Tue, 16 Feb 2021 13:56:19 GMT, Lutz Schmidt <lucy at openjdk.org> wrote:
>> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add comment and key length assertions. Minor improvement.
>
> Hi Martin,
> the changes look good to me. Thanks for tracking that down and fixing it. I know that wasn't trivial.
>
> One minor thing - it made me believe for a second I had missed something: in line 2631, the reference should be to vRet, not vsRet. Same is true further down in decryptBlock.
>
> Lutz
Thanks a lot for the reviews!
I've fixed the typo in the comments as suggested by Lutz.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2514
More information about the hotspot-compiler-dev
mailing list