RFR: 8284910: Buffer clean in PasswordCallback [v4]
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Tue Apr 26 04:25:04 UTC 2022
On Mon, 25 Apr 2022 20:37:38 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Xue-Lei Andrew Fan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Code clean up per feedback
>
> test/jdk/javax/security/auth/callback/PasswordCleanup.java line 83:
>
>> 81: // Check if the object has been collected.
>> 82: if (weakHashMap.size() > 0) {
>> 83: throw new RuntimeException("GSSName object is not released");
>
> Did you mean to say "PasswordCallback object is not released"?
Ooops, bad copy and past of mine.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8272
More information about the security-dev
mailing list