CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/30 05:15:28
Modified files:
sys/kern : exec_elf.c
Log message:
Now we use p_filesz - 1 to test for NUL check that p_filesz is
at least two and while here allow the upper bound to be
MAXPATHLEN by changing a >= to > as suggested by krw@ in a thread
on tech where Maxime Villard proposed additional PT_INTERP checks.
tested by and ok guenther@
