* [gentoo-commits] gentoo-x86 commit in dev-libs/libffi/files: libffi-3.1-execstack.patch
@ 2014-05-28 13:29 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2014-05-28 13:29 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/05/28 13:29:34
Added: libffi-3.1-execstack.patch
Log:
Fix execstack in libffi.so.6 wrt #511634 by Anthony Basile and Magnus Granberg
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.1 dev-libs/libffi/files/libffi-3.1-execstack.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/files/libffi-3.1-execstack.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/files/libffi-3.1-execstack.patch?rev=1.1&content-type=text/plain
Index: libffi-3.1-execstack.patch
===================================================================
http://bugs.gentoo.org/511634
--- src/x86/win32.S
+++ src/x86/win32.S
@@ -1304,3 +1304,6 @@
#endif /* !_MSC_VER */
+#if defined __ELF__ && defined __linux__
+ .section .note.GNU-stack,"",@progbits
+#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-28 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28 13:29 [gentoo-commits] gentoo-x86 commit in dev-libs/libffi/files: libffi-3.1-execstack.patch Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox