git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

This commit is contained in:
ipfire
2006-02-15 21:15:54 +00:00
parent 6d63f4c4b3
commit cd1a292722
1206 changed files with 185026 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
borrowed from fedora
make stack in match.S nonexecutable
--- gzip-1.3.5/match.c.execstack 2002-09-30 09:21:35.000000000 +0200
+++ gzip-1.3.5/match.c 2005-03-22 10:40:37.739640958 +0100
@@ -54,6 +54,9 @@
.globl _match_init
.globl _longest_match
+ .section .note.GNU-stack, "", @progbits
+ .previous
+
.text
_match_init: