j
k
j a
j l
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 );
{ 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.
Back to the thread
Back to the list