On Sat, 8 Jan 2022 09:11:05 GMT, Daniel Jelinski <[email protected]> wrote:
>> Clean up of various issues related to error handling and memory management
>
> Daniel Jelinski has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Address problems reported by clang-tidy
src/java.base/windows/native/libnet/NetworkInterface_winXP.c line 282:
> 280: }
> 281: while (curr != NULL) {
> 282: netaddr *netaddrP;
netaddr *netaddrP = NULL; just in case enumAddresses_win_ipaddrtable does not
update it for an error return
-------------
PR: https://git.openjdk.java.net/jdk/pull/6090