On Tue, 16 Jan 2024 17:42:43 GMT, Weijun Wang <wei...@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