Date: Sun, 2 Jan 2005 15:25:59 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipx ipx_pcb.c ipx_usrreq.c Message-ID: <200501021525.j02FPxKn017968@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-01-02 15:25:59 UTC FreeBSD src repository Modified files: sys/netipx ipx_pcb.c ipx_usrreq.c Log: Eliminate XXX comments regarding allocation failures when retrieving the peer address by using M_WAITOK in ipx_setpeeraddr() to prevent allocation failure. The socket reference used to reach these calls will prevent the ipxpcb from being released prematurely. Revision Changes Path 1.39 +3 -3 src/sys/netipx/ipx_pcb.c 1.47 +2 -2 src/sys/netipx/ipx_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501021525.j02FPxKn017968>