cvs commit: src/sys/netipx ipx_pcb.c ipx_usrreq.c

Robert Watson rwatson at FreeBSD.org
Sun Jan 2 07:26:00 PST 2005


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


More information about the cvs-src mailing list