1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 19:38:26 -06:00

Linux: fix executable stack in resulting binary which was caused by crypto assembly files missing the GNU-stack note.

This commit is contained in:
Mounir IDRASSI
2017-06-13 01:23:54 +02:00
parent 95bf8f8574
commit ba1fbb688e
5 changed files with 48 additions and 0 deletions

View File

@@ -312,3 +312,8 @@ movq %r8, %rdx;
.endif
ret;
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif