DescriptionFix module verifier test by padding out DummyExport with 256 bytes of nops
The test increments 256 bytes of code starting from the beginning
of the DLL, and if we don't pad out DummyExport, it will modify DllMain,
which can run when a thread starts.
R=grt@chromium.org,thakis@chromium.org
BUG=645544
Committed: https://crrev.com/38eb7adb1ff6ab5d5151fd47bf251e12da7db0e2
Cr-Commit-Position: refs/heads/master@{#417944}
Patch Set 1 #
Total comments: 1
Patch Set 2 : use macros #Messages
Total messages: 13 (5 generated)
|