Date: Fri, 25 Feb 2005 13:29:50 +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: <200502251329.j1PDToQi066450@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-02-25 13:29:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netipx ipx_pcb.c ipx_usrreq.c Log: Merge ipx_pcb.c:1.39, ipx_usrreq.c:1.47 from HEAD to RELENG_5: 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.28.2.12 +3 -3 src/sys/netipx/ipx_pcb.c 1.40.2.7 +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?200502251329.j1PDToQi066450>