]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/gzip-1.3.5-asm-execstack.patch
Wir kehren zurueck zu Kudzu, da hwinfo noch mehr Aerger macht.
[people/teissler/ipfire-2.x.git] / src / patches / gzip-1.3.5-asm-execstack.patch
CommitLineData
cd1a2927
MT
1borrowed from fedora
2make 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: