mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
16 lines
333 B
Diff
16 lines
333 B
Diff
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:
|