mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
15
src/patches/gzip-1.3.5-asm-execstack.patch
Normal file
15
src/patches/gzip-1.3.5-asm-execstack.patch
Normal 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:
|
||||
Reference in New Issue
Block a user