Commit 4fae2356 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

freebsd,linux,sunos: make stack non-executable

Link with -z,noexecstack to make stack memory non-executable.  Makes
shellcode injection through buffer overflows more difficult.

Fixes: https://github.com/joyent/node/issues/7542
PR-URL: https://github.com/node-forward/node/pull/8


Reviewed-By: default avatarTrevor Norris <trevnorris@gmail.com>
parent 6d2ac2bd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment