14 Sep
2025
14 Sep
'25
10:35 p.m.
Bernhard Kölbl (@besentv) commented about dlls/kernelbase/memory.c:
- return FALSE; + TRACE("(%hu, %p)\n", node, mask); + if (!mask) + { + SetLastError(ERROR_INVALID_PARAMETER); + return FALSE; + } + return get_numa_node_cpu_mask((UCHAR)node, mask); }
/*********************************************************************** * GetNumaProximityNodeEx (kernelbase.@) */ -BOOL WINAPI DECLSPEC_HOTPATCH GetNumaProximityNodeEx( ULONG proximity_id, USHORT *node ) +BOOL WINAPI GetNumaProximityNodeEx( ULONG proximity_id, USHORT *node ) Same here
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8970#note_115839