Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
aee74a1d
Commit
aee74a1d
authored
Jan 30, 2017
by
Dave Hylands
Committed by
Paul Sokolovsky
Feb 01, 2017
Browse files
unix: Make stack be non-executable
This PR is to address issue #2812.
parent
00bd1453
Changes
3
Hide whitespace changes
Inline
Side-by-side
py/nlrx64.S
View file @
aee74a1d
...
...
@@ -257,3 +257,6 @@ nlr_jump:
#endif // !defined(NLR_OS_WINDOWS)
#endif // defined(__x86_64__) && !MICROPY_NLR_SETJMP
#if defined(linux)
.
section
.
note
.
GNU
-
stack
,
""
,
@
progbits
#endif
py/nlrx86.S
View file @
aee74a1d
...
...
@@ -190,3 +190,6 @@ nlr_jump:
#endif
#endif // defined(__i386__) && !MICROPY_NLR_SETJMP
#if defined(linux)
.
section
.
note
.
GNU
-
stack
,
""
,
@
progbits
#endif
py/nlrxtensa.S
View file @
aee74a1d
...
...
@@ -114,3 +114,6 @@ nlr_jump:
.
size
nlr_jump
,
.
-
nlr_jump
#endif // defined(__xtensa__)
#if defined(linux)
.
section
.
note
.
GNU
-
stack
,
""
,
@
progbits
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment