Date: Mon, 6 Nov 2006 21:53:19 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <200611062153.kA6LrJuW019998@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611062153.kA6LrJuW019998>