Date: Sat, 18 Mar 2000 00:56:56 -0800 (PST) From: Bill Fenner <fenner@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c Message-ID: <200003180856.AAA62017@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fenner 2000/03/18 00:56:56 PST Modified files: sys/kern uipc_socket.c Log: Make sure to free the socket in soabort() if the protocol couldn't free it (this could happen if the protocol already freed its part and we just kept the socket around to make sure accept(2) didn't block) Revision Changes Path 1.69 +8 -2 src/sys/kern/uipc_socket.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?200003180856.AAA62017>