28 Jul
2025
28 Jul
'25
12:09 a.m.
``` + if (!actual) + return E_POINTER; + + if ((buf && !count) || !service) + return E_INVALIDARG; ``` Erf, something seems to have gone wrong with the spacing in this function. ``` + chars = calloc( 1, size ); + if (!chars) + return HRESULT_FROM_WIN32( ERROR_NO_SYSTEM_RESOURCES ); ``` Hrm, not E_OUTOFMEMORY? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8556#note_111119