mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
Bug 1841538 - Fix punctuation r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D183243
This commit is contained in:
parent
ebe1a07335
commit
b2dc052d2a
@ -729,7 +729,7 @@ class GMut {
|
||||
|
||||
static void CrashOnGuardPage(void* aPtr) {
|
||||
// An operation on a guard page? This is a bounds violation. Deliberately
|
||||
// touch the page in question, to cause a crash that triggers the usual PHC
|
||||
// touch the page in question to cause a crash that triggers the usual PHC
|
||||
// machinery.
|
||||
LOG("CrashOnGuardPage(%p), bounds violation\n", aPtr);
|
||||
*static_cast<uint8_t*>(aPtr) = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user