Set Non-Executable Stack

This commit is contained in:
Alfredo Tupone 2026-05-20 23:21:11 +02:00
parent 8df9410880
commit 0fa5376f74
2 changed files with 8 additions and 0 deletions

View File

@ -165,4 +165,8 @@
#endif
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",@progbits
#endif
#endif

View File

@ -510,4 +510,8 @@
#endif
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",@progbits
#endif
#endif