]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/gzip-1.3.5-asm-execstack.patch
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848...
[people/pmueller/ipfire-2.x.git] / src / patches / gzip-1.3.5-asm-execstack.patch
1 borrowed from fedora
2 make stack in match.S nonexecutable
3
4 --- gzip-1.3.5/match.c.execstack 2002-09-30 09:21:35.000000000 +0200
5 +++ gzip-1.3.5/match.c 2005-03-22 10:40:37.739640958 +0100
6 @@ -54,6 +54,9 @@
7 .globl _match_init
8 .globl _longest_match
9
10 + .section .note.GNU-stack, "", @progbits
11 + .previous
12 +
13 .text
14
15 _match_init: