CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/21 09:50:00
Modified files:
sys/arch/mips64/mips64: lcore_access.S
Log message:
mips64 has same bug as arm64: copyout(9), copyinstr(9) and
copyoutstr(9) should bail out properly if they are called with
a length of 0.
ok visa
