Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set noexec markers in the asm file directly #9

Closed
wants to merge 1 commit into from
Closed

set noexec markers in the asm file directly #9

wants to merge 1 commit into from

Conversation

vapier
Copy link
Contributor

@vapier vapier commented Dec 14, 2015

Using -Wl,-z,noexecstack can hide real exec stack issues coming from other
files, and is a bit unportable. Instead, set proper section markers in the
assembly files directly. It also means people using the static libraries
won't have to use -Wl,-z,noexecstack when they link their code.

Using -Wl,-z,noexecstack can hide real exec stack issues coming from other
files, and is a bit unportable.  Instead, set proper section markers in the
assembly files directly.  It also means people using the static libraries
won't have to use -Wl,-z,noexecstack when they link their code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants