mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 08:11:38 +08:00
This avoids disclosing pool contents to user mode when not all members of the respective structure are initialized or when there is padding. In co_IntCallWindowProc, also zero the stack buffer since this can be passed to user mode as well, and contains padding.