CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/25 14:56:49
Modified files:
sys/kern : kern_physio.c
Log message:
physio() just needs to check for b_bcount overflow. Let the provided
minphys() function check for MAXPHYS.
Feedback from tedu@ kettenis@ dlg@
ok cheloha@, robert@, jmatthew@ as part of larger diff
