CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/06/08 06:07:52
Modified files: sys/kern : exec_elf.c Log message: Enforce W^X and map W|X segments without X permission initially. The dynamic linker will make these read-only and add back X permission after elocation processing. Static executables with W|X segments will probably crash. ok deraadt@, guenther@