Date: Fri, 1 Dec 2000 16:40:57 -0800 (PST) From: Bosko Milekic <bmilekic@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <200012020040.eB20ew884237@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmilekic 2000/12/01 16:40:57 PST Modified files: sys/kern uipc_syscalls.c Log: Make sure to free the sf_buf if we've allocated it but fail to allocate an mbuf (ENOBUFS) before returning so that we don't leak sf_bufs in the case where we're out of mbufs. Submitted by: David Greenman (dg) Revision Changes Path 1.78 +2 -1 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012020040.eB20ew884237>