shithub: openh264

Download patch

ref: cece1fe2cff49110995f9ec70fe766c58965b1d5
parent: 594409dc35b5a8f6868bded9536bf5ff6cccb2af
parent: 52e89738691027dbe8d5b8bd06ccce34a387a5c3
author: Ethan Hugg <ethanhugg@gmail.com>
date: Tue Mar 11 05:40:49 EDT 2014

Merge pull request #473 from mstorsjo/arm-non-executable-stack

Mark the stack as non-executable in the arm assembly

--- a/codec/common/arm_arch_common_macro.S
+++ b/codec/common/arm_arch_common_macro.S
@@ -45,6 +45,8 @@
 #else
 
 .syntax unified
+.section .note.GNU-stack,"",%progbits // Mark stack as non-executable
+.text
 
 .macro WELS_ASM_FUNC_BEGIN funcName
 .align 2