https://bugs.kde.org/show_bug.cgi?id=353192
--- Comment #19 from Paul Floyd <[email protected]> --- We want to avoid being too flexible and loading/executing binaries that the OS would reject. On FreeBSD "WX" segments are not allowed by default. So if I do make a binary with an rwx segment it should fail to run. Unless the kern.elf[32|64].allow_wx sysctl is set to 1 or the binary is tagged with the NT_FREEBSD_FCTL_WXNEEDED note. Complicating matters further, Valgrind itself needs to allow WX. From the comments in the code the situation is the similar for Linux s390. -- You are receiving this mail because: You are watching all bug changes.
