Bug 1841538 - Fix punctuation r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D183243
This commit is contained in:
Paul Bone 2023-07-20 06:21:46 +00:00
parent ebe1a07335
commit b2dc052d2a

View File

@ -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;