CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/22 14:40:06
Modified files:
lib/libc/gen : exec.c
Log message:
use mmap() instead of alloca(), so that argv memory overflow leading to
execve can be detected better
reported by Alejandro Colomar, ok millert
