Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 19:47:59 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_usrreq.c
Message-ID:  <201001171948.o0HJmI7a005841@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2010-01-17 19:47:59 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_usrreq.c 
  Log:
  SVN rev 202523 on 2010-01-17 19:47:59Z by rrs
  
  Bug fix: If the allocation of a socket failed and we
  freed the inpcb, it was possible to not set the
  proper flags on the pcb (i.e. the socket is not there).
  This is HIGHLY unlikely since no one else should be
  able to find the socket.. but for consistency we
  do the proper loop thing to make sure that we
  mark the socket as gone on the PCB.
  
  Revision  Changes    Path
  1.72      +7 -1      src/sys/netinet/sctp_usrreq.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001171948.o0HJmI7a005841>