K 10 svn:author V 5 andre K 8 svn:date V 27 2006-11-06T21:53:19.000000Z K 7 svn:log V 229 Handle early errors in kern_sendfile() by introducing a new goto 'out' label after the sbunlock() part. This correctly handles calls to sendfile(2) without valid parameters that was broken in rev. 1.240. Coverity error: 272162 END