cvs commit: src/sys/kern uipc_syscalls.c
Andre Oppermann
andre at FreeBSD.org
Mon Nov 6 21:53:22 UTC 2006
andre 2006-11-06 21:53:19 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_syscalls.c
Log:
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
Revision Changes Path
1.243 +9 -9 src/sys/kern/uipc_syscalls.c
More information about the cvs-src
mailing list