public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* Avoid stack/heap executable memory
@ 2016-05-03 21:28 Demi Obenour
  2016-05-03 23:33 ` Richard Henderson
  0 siblings, 1 reply; 5+ messages in thread
From: Demi Obenour @ 2016-05-03 21:28 UTC (permalink / raw)
  To: libffi-discuss

mmap() is the only (reasonably) portable and secure way to get
executable memory.  An executable stack or heap makes exploiting
vulnerabilities much easier.

How difficult would this be to implement?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-04 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-03 21:28 Avoid stack/heap executable memory Demi Obenour
2016-05-03 23:33 ` Richard Henderson
2016-05-04 10:17   ` Andrew Haley
2016-05-04 12:42     ` Anthony Green
2016-05-04 16:14       ` Jay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).