RFR: 8168469: Memory leak in JceSecurity [v2]
Sergey Chernyshev
duke at openjdk.org
Wed May 10 10:03:47 UTC 2023
On Tue, 9 May 2023 23:37:05 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
>> Sergey Chernyshev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> addressed review comment
>
> src/java.base/share/classes/javax/crypto/JceSecurity.java.template line 217:
>
>> 215: // recursion; return failure now
>> 216: throw new IllegalStateException
>> 217: ("Recursion during verification");
>
> nit: no need for repeating error message here since it's not really used in line 242 anyway.
Thank you! I updated the PR.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13658#discussion_r1189668166
More information about the security-dev
mailing list