Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2009 13:44:12 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_pcb.c
Message-ID:  <200909161344.n8GDiXXF099696@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tuexen      2009-09-16 13:44:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          sctp_pcb.c 
  Log:
  SVN rev 197256 on 2009-09-16 13:44:12Z by tuexen
  
  Fixes two bugs:
  1) A lock issue, if we ever had to try again
     we would double lock the INP lock.
  2) We were allowing (at wrap) associd 0... which really
     we cannot allow since 0 normally means in most socket
     API calls that we are wishing to effect something on
     the INP not TCB.
  
  Approved by: re, rrs (mentor)
  
  Revision  Changes    Path
  1.85.2.3  +9 -1      src/sys/netinet/sctp_pcb.c



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