зеркало из https://github.com/mozilla/gecko-dev.git
3518bfb5e3
Our detour allocates a trampoline with `PAGE_EXECUTE_READ` first, and then makes it writable before use. If the dynamic code policy is enabled after allocation, we fail to change the attribute, and crash the process because we try to write data into a readonly page. We need to check the validity of a trampoline before writing data. Differential Revision: https://phabricator.services.mozilla.com/D56983 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
gtest | ||
interceptor | ||
ShowSSEConfig.cpp | ||
TestBaseProfiler.cpp | ||
TestNativeNt.cpp | ||
TestPrintf.cpp | ||
moz.build |