A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Sylvain Petreolle f33d927f43 Patch by Roel Messiant :
Initialise PPB to zero.

The change from NtAllocateVirtualMemory to RtlAllocateHeap causes the memory to
be not automatically initialised to zero anymore.
Not every field of the PPB (for which the memory is allocated) gets explicitly
initialised, meaning this results in them having bogus values.

One of the now uninitialised fields is DebugFlags, which results in
DbgBreakPoint being called in NtProcessStartup.  Simply ensuring the memory is
zeroed makes it all better again.

svn path=/trunk/; revision=49180
2010-10-17 11:12:54 +00:00
irc
reactos Patch by Roel Messiant : 2010-10-17 11:12:54 +00:00
rosapps [TOUCH] 2010-07-25 20:57:38 +00:00
rostests [Wine Tests] 2010-10-11 15:12:47 +00:00
wallpaper