CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/01 07:15:01
Modified files:
sys/kern : uipc_syscalls.c
Log message:
Protect pool_get() with kernel lock in sys_ypconnect().
Pool namei_pool is initialized with IPL_NONE as filesystem always
runs with kernel lock. So pool_get() needs kernel lock also in
sys_ypconnect().
OK kn@ deraadt@
