RFR: 8316964: Security tools should not call System.exit [v4]

Weijun Wang weijun at openjdk.org
Mon Oct 16 16:23:41 UTC 2023


On Mon, 16 Oct 2023 07:02:19 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   displayError
>
> src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java line 151:
> 
>> 149:                 target = CredentialsCache.getInstance(name);
>> 150: 
>> 151:             if (target != null)  {
> 
> Suggestion:
> 
>             if (target != null) {

Thanks!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15951#discussion_r1360767584


More information about the security-dev mailing list