Hi,

Type: patch

We use the following patch on openSUSE to make sure that openssl
uses non-executable stack by marking the assembler code as
not requiring x-stack.

Ciao, Marcus

--- crypto/perlasm/x86unix.pl
+++ crypto/perlasm/x86unix.pl
@@ -586,6 +586,7 @@
 		push(@out,$const);
 		$const="";
 		}
+	push(@out, ".section 	.note.GNU-stack,\"\",\...@progbits");
 	}
 
 sub main'data_word

Reply via email to