mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
0f95935569
When we prepare an untrusted modules ping, we currently let Windows choose between loading the module as a data file or as an image file. However our code relies on the module being loaded as an image file, because we do RVA computations. We must use the proper flag LOAD_LIBRARY_AS_IMAGE_RESOURCE alone, which guarantees what we want: loading as an image file, but not for execution. Differential Revision: https://phabricator.services.mozilla.com/D183076 |
||
---|---|---|
.. | ||
build | ||
core | ||
lul | ||
public | ||
moz.build |