зеркало из https://github.com/mozilla/pjs.git
Bug 697301 - Avoid the compiler making optimizations to mozalloc_abort that end up corrupting stack traces. r=cjones
This commit is contained in:
Родитель
7f242c3451
Коммит
ab0015ba0e
|
@ -58,7 +58,9 @@
|
|||
|
||||
static int gDummyCounter;
|
||||
|
||||
static void
|
||||
// Not inlining this function avoids the compiler making optimizations
|
||||
// that end up corrupting stack traces.
|
||||
MOZ_NEVER_INLINE static void
|
||||
TouchBadMemory()
|
||||
{
|
||||
// XXX this should use the frame poisoning code
|
||||
|
|
Загрузка…
Ссылка в новой задаче