mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
0d565690c2
Each allocation page is now bracketed by a guard page, and allocations are put at the end of their page so that bounds violations trigger a crash. Various operations (realloc(), free(), malloc_usable_size()) now require that the pointer they are given points to the start of an allocation. Differential Revision: https://phabricator.services.mozilla.com/D43842 --HG-- rename : toolkit/crashreporter/test/unit_ipc/test_content_phc2.js => toolkit/crashreporter/test/unit_ipc/test_content_phc3.js extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
dmd | ||
logalloc | ||
phc | ||
moz.build |