CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/11 15:04:08
Modified files:
sys/kern : exec_elf.c
Log message:
Since epp->ep_name is a userland pointer, use copyinstr(9) to get a copy ok
the string into kernel space before logging the W^X binary warning.
ok jca@, guenther@
