mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 23:44:57 +08:00
- Fix memory leak in WdmAudGetDeviceInterface() (FreeItem(Device) was not called on STATUS_BUFFER_OVERFLOW early return path). - Wrap user-mode buffer write in ProbeForWrite() + SEH2().