RFR: 8320219: Actually resolve issues with goto labels in sspi [v7]

Julian Waters jwaters at openjdk.org
Fri Jan 19 01:44:29 UTC 2024


On Tue, 16 Jan 2024 17:42:43 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix the remaining case in sspi.cpp
>
> src/java.security.jgss/windows/native/libsspi_bridge/sspi.cpp line 580:
> 
>> 578:     exported_name->value = buffer;
>> 579:     result = GSS_S_COMPLETE;
>> 580:     goto cleanup;
> 
> Can we duplicate `delete[] fullname` and `return` here?

Will do

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16682#discussion_r1458180971



More information about the security-dev mailing list