RFR: 8282632: Cleanup unnecessary calls to Throwable.initCause() in java.security.jgss [v2]
Andrey Turbanov
aturbanov at openjdk.java.net
Sat Mar 5 06:49:45 UTC 2022
On Fri, 4 Mar 2022 15:39:56 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8282632: Cleanup unnecessary calls to Throwable.initCause() in java.security.jgss
>> typo
>
> src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/dk/ArcFourCrypto.java line 161:
>
>> 159: Ksign = getHmac(baseKey, new_ss);
>> 160: } catch (Exception e) {
>> 161: throw new GeneralSecurityException("Calculate Checkum Failed!", e);
>
> Can you also fix the typo, "Checkum" should be "Checksum". Same comment applies to line 172.
Sure. Fixed
-------------
PR: https://git.openjdk.java.net/jdk/pull/7682
More information about the security-dev
mailing list