File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Mark stack as non - executable
2
2
#if defined(__linux__) && defined(__ELF__)
3
- . section .note.GNU - stack , "" , @ progbits
3
+ . section .note.GNU - stack , "" , % progbits
4
4
#endif
5
5
6
6
.text
Original file line number Diff line number Diff line change 1
1
// Mark stack as non - executable
2
2
#if defined(__linux__) && defined(__ELF__)
3
- . section .note.GNU - stack , "" , @ progbits
3
+ . section .note.GNU - stack , "" , % progbits
4
4
#endif
5
5
6
6
.text
Original file line number Diff line number Diff line change 1
1
// Mark stack as non-executable
2
2
#if defined(__linux__) && defined(__ELF__)
3
- .section .note.GNU-stack, "", @ progbits
3
+ .section .note.GNU-stack, "", % progbits
4
4
#endif
5
5
6
6
.text
Original file line number Diff line number Diff line change 1
1
// Mark stack as non - executable
2
2
#if defined(__linux__) && defined(__ELF__)
3
- . section .note.GNU - stack , "" , @ progbits
3
+ . section .note.GNU - stack , "" , % progbits
4
4
#endif
5
5
6
6
.text
You can’t perform that action at this time.
0 commit comments