Magellan Linux

Annotation of /trunk/tigervnc/patches/tigervnc-1.0.1-noexec.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1201 - (hide annotations) (download)
Mon Nov 22 23:25:59 2010 UTC (13 years, 5 months ago) by niro
File size: 595 byte(s)
-patches for 1.0.1 against xorg-server-1.7
1 niro 1201 diff -up tigervnc-1.0.1/common/jpeg/simd/jsimdext.inc.r3956 tigervnc-1.0.1/common/jpeg/simd/jsimdext.inc
2     --- tigervnc-1.0.1/common/jpeg/simd/jsimdext.inc.r3956 2009-03-16 14:34:18.000000000 +0100
3     +++ tigervnc-1.0.1/common/jpeg/simd/jsimdext.inc 2010-04-13 15:15:45.517416147 +0200
4     @@ -53,6 +53,9 @@
5     ; * *BSD family Unix using elf format
6     ; * Unix System V, including Solaris x86, UnixWare and SCO Unix
7    
8     +; mark stack as non-executable
9     +section .note.GNU-stack noalloc noexec nowrite progbits
10     +
11     ; -- segment definition --
12     ;
13     %define SEG_TEXT .text progbits alloc exec nowrite align=16