CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/19 02:55:27
Modified files:
sys/dev : kcov.c
Log message:
During fuzzing, one or many fuzzing processes are often stuck waiting on
memory from the subproc malloc subsystem which is exhausted. Attempt to
circumvent such scenarios by allocation the kcov coverage buffer using
km_alloc() instead.
With help from kettenis@ and ok visa@
