CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/04 14:07:54
Modified files:
sys/kern : kern_exit.c
Log message:
Call unveil_destroy() from exit1() instead of from the reaper. Fixes a
race between the reaper and unveil_removevnode() that would trigger a
KASSERT. At least as far as I can tell. Pointed out by semarie@
ok beck@, deraadt@
