Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2009 17:45:31 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_pcb.c
Message-ID:  <200909131745.n8DHjp5A056766@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2009-09-13 17:45:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_pcb.c 
  Log:
  SVN rev 197173 on 2009-09-13 17:45:31Z by rrs
  
  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.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.87      +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?200909131745.n8DHjp5A056766>