cvs commit: src/sys/netinet udp_usrreq.c

Robert Watson rwatson at FreeBSD.org
Wed Aug 11 18:34:27 PDT 2004


rwatson     2004-08-12 01:34:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          udp_usrreq.c 
  Log:
  When udp_send() fails, make sure to free the control mbufs as well as
  the data mbuf.  This was done in most error cases, but not the case
  where the inpcb pointer is surprisingly NULL.
  
  Revision  Changes    Path
  1.161     +2 -0      src/sys/netinet/udp_usrreq.c


More information about the cvs-src mailing list