mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
- Add SAL2 annotations - Initialize Iosb, otherwise the function will return uninitialized data on failure - Add NULL check for lpNumberOfBytesWritten/lpNumberOfBytesRead to match Windows 8+ behavior, which Wine code relies on. See CORE-20559 and CORE-17376