CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/08 03:38:07
Modified files:
sys/kern : sysv_sem.c
Log message:
Do sleeping malloc() and copyin() before checks within sys_semop().
Otherwise the semaphore id referenced by `semaptr' could be destroyed
or replaced during context switch.
ok cludwig
