зеркало из https://github.com/mozilla/pjs.git
Don't use an executable stack. Bug 283709 r/sr=shaver/brendan a=dbaron
This commit is contained in:
Родитель
3fa318ab1f
Коммит
f413dfbd2a
|
@ -142,4 +142,5 @@ XPTC_InvokeByIndex::
|
|||
|
||||
.endp
|
||||
|
||||
|
||||
/* Magic indicating no need for an executable stack */
|
||||
.section .note.GNU-stack, "", @progbits ; .previous
|
||||
|
|
|
@ -111,3 +111,6 @@ XPTC_InvokeByIndex:
|
|||
mtlr r0
|
||||
mr sp,r11
|
||||
blr
|
||||
|
||||
/* Magic indicating no need for an executable stack */
|
||||
.section .note.GNU-stack, "", @progbits ; .previous
|
||||
|
|
|
@ -121,4 +121,5 @@ SharedStub::
|
|||
|
||||
.endp
|
||||
|
||||
|
||||
/* Magic indicating no need for an executable stack */
|
||||
.section .note.GNU-stack, "", @progbits ; .previous
|
||||
|
|
|
@ -87,3 +87,5 @@ SharedStub:
|
|||
la sp,112(sp) // clean up the stack
|
||||
blr
|
||||
|
||||
/* Magic indicating no need for an executable stack */
|
||||
.section .note.GNU-stack, "", @progbits ; .previous
|
||||
|
|
Загрузка…
Ссылка в новой задаче