CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/06 03:06:50
Modified files:
sys/kern : uipc_socket.c
Log message:
Prevent integer overflows in sosend() and soreceive() by converting
min()+uiomovei() to ulmin()+uiomove() and re-arranging space computations
in sosend(). The soreceive() part was also reported by Martin Natano.
ok bluhm@ and also discussed with tedu@
