https://bugs.winehq.org/show_bug.cgi?id=39040
--- Comment #7 from Sebastian Lackner sebastian@fds-team.de --- Created attachment 52038 --> https://bugs.winehq.org/attachment.cgi?id=52038 ntdll: Move cookie initialization code from memory management to loader.
Proposed patch.
The reason seems to be that Office manually maps a couple of files, and security cookie initialization should only happen in the loader, not in the virtual memory management.
Before submitting it to wine-patches, I would like to make sure that it doesn't break any of the other things which were fixed before. Those security cookie changes already have caused way too many regressions. ;)