[ros-dev] [ros-diffs] [jimtabor] 65815: [NtUser] - Crash while in recursion through hook calls. Move fast calls to api. Placed safe guards for removing message queue structures. Lock threads while calling hooks. Just ad...
Thomas Faber
thomas.faber at reactos.org
Tue Dec 23 19:21:06 UTC 2014
On 2014-12-23 20:05, jimtabor at svn.reactos.org wrote:
> @@ -732,6 +732,7 @@
> return NULL;
> }
>
> + RtlZeroMemory(Message, sizeof(Message));
> RtlMoveMemory(&Message->Msg, Msg, sizeof(MSG));
>
> return Message;
You mean sizeof(*Message)
More information about the Ros-dev
mailing list