What are you using to check for your STACK_PROT
This is annocheck
Alternate:
-----
$ readelf --segments ./the_app
Program Headers:
Type Offset VirtAddr PhysAddr
FileSiz MemSiz Flags Align
GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x0000000000000000 0x0000000000000000 RW 0x10
-----
where this app uses only "RW" and not "X", so the stack is not executable.
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]