7 Nov
2023
7 Nov
'23
8:28 a.m.
Huw Davies (@huw) commented about dlls/nsi/nsi.c:
{ if (sizes[i]) { - data[i] = heap_alloc( sizes[i] * num ); + data[i] = malloc( sizes[i] * num );
These are returned to the caller, so this is changing the ABI. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4296#note_51266