CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/16 18:21:28
Modified files:
sys/kern : subr_log.c
Log message:
dosendsyslog() must only pass ktrgenio(9) userspace buffers that it can
use copyin() on. While here: just put the struct iovec for ktrace on the
stack instead of mallocing and freeing it.
problem debugged by patrick@
ok deraadt@ mpi@
