CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/24 03:50:45
Modified files:
sys/kern : exec_elf.c
Log message:
struct emul's e_arglen member is expected to count in units of
sizeof(char *), not in bytes, so we've been allocating and copying around
four or eight times as many bytes as we needed to
ok kettenis@ deraadt@
