21 lines
536 B
Diff
21 lines
536 B
Diff
From: Kees Cook <kees@debian.org>
|
|
Subject: put stack markings in i386 assembly to avoid executable stack
|
|
Bug-Debian: http://bugs.debian.org/528280
|
|
X-Debian-version: 3.0-2
|
|
|
|
--- crc_i386.S
|
|
+++ crc_i386.S
|
|
@@ -302,3 +302,5 @@
|
|
#endif /* i386 || _i386 || _I386 || __i386 */
|
|
|
|
#endif /* !USE_ZLIB && !CRC_TABLE_ONLY */
|
|
+.section .note.GNU-stack, "", @progbits
|
|
+.previous
|
|
--- match.S
|
|
+++ match.S
|
|
@@ -405,3 +405,5 @@
|
|
#endif /* i386 || _I386 || _i386 || __i386 */
|
|
|
|
#endif /* !USE_ZLIB */
|
|
+.section .note.GNU-stack, "", @progbits
|
|
+.previous
|