RFR: 8261522: [PPC64] AES intrinsics write beyond the destination array
Ziviani
github.com+670087+jrziviani at openjdk.java.net
Sat Feb 13 02:22:38 UTC 2021
On Wed, 10 Feb 2021 17:05:44 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> I'd like to replace the read-modify-write implementation from aescrypt_encryptBlock / aescrypt_decryptBlock stubs. IT can cause severe problems (see bug description).
Very good. +1
Tested on P8, P9, and P10. With this patch I don't reproduce the problem. (tested LE only)
-------------
Marked as reviewed by jrziviani at github.com (no known OpenJDK username).
PR: https://git.openjdk.java.net/jdk/pull/2514
More information about the hotspot-compiler-dev
mailing list