Christian Jullien wrote:
Hi all,

At least on Fedora 18, we have to compile with "-z execstack" which solves the 
reported issue.

tcc runs code in memory from malloc.  You can try

    configure --with-selinux

which uses mmap + some tricks.

--- grischka


_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to