24 Jan
2024
24 Jan
'24
7:16 a.m.
Fabian Maurer (@DarkShadow44) commented about dlls/iphlpapi/tests/iphlpapi.c:
{ ULONG family = 0; ULONG flags = 0; - void *reserved; - IP_ADAPTER_ADDRESSES *aa; - ULONG *size; + void *reserved = 0; + IP_ADAPTER_ADDRESSES *aa = 0; + ULONG *size = 0; Why not merge this into the previous commit?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4926#note_58772