From 3160a5606b75c45bf51964ec0107d0305698abb4 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Wed, 27 Jan 2010 10:10:23 +0000 Subject: [PATCH] [Bugfix] Mark stack as non-executable in NASM code. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3956 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/jpeg/simd/jsimdext.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/jpeg/simd/jsimdext.inc b/common/jpeg/simd/jsimdext.inc index 878f0456..46953603 100644 --- a/common/jpeg/simd/jsimdext.inc +++ b/common/jpeg/simd/jsimdext.inc @@ -53,6 +53,9 @@ ; * *BSD family Unix using elf format ; * Unix System V, including Solaris x86, UnixWare and SCO Unix +; mark stack as non-executable +section .note.GNU-stack noalloc noexec nowrite progbits + ; -- segment definition -- ; %ifdef __x86_64__ -- 2.39.5