mirror of
https://github.com/reactos/reactos.git
synced 2026-06-16 02:15:26 +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().