18 Jul
2025
18 Jul
'25
3:33 p.m.
``` + if (!actual) + return E_POINTER; + + if ((buf && !count) || !actual) + return E_INVALIDARG; ```
That doesn't look right.
Same for BluetoothGATTGetServices(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8556#note_110315