23 Sep
2024
23 Sep
'24
6:17 p.m.
Fixes heap corruption downstream in NsiEnumerateObjectsAllParametersEx. Fixes regressions from 9085bc7b87f and a3f737f6143. --- I missed this piece of logic in MR !6399. The original line that implemented it is this: https://gitlab.winehq.org/wine/wine/-/blob/1d05064e747f9998fd705345659030e60... -- v3: nsiproxy: Only set the endpoint count from udp_endpoint_enumerate_all when appropriate. nsiproxy: Only set the connection count from tcp_conns_enumerate_all when appropriate. https://gitlab.winehq.org/wine/wine/-/merge_requests/6548