Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2008 09:58:11 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet sctp_auth.c sctp_bsd_addr.c sctp_indata.c sctp_pcb.c
Message-ID:  <200801310958.m0V9wBmJ098457@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2008-01-31 09:58:11 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          sctp_auth.c sctp_bsd_addr.c sctp_indata.c 
                         sctp_pcb.c 
  Log:
  - Fixes is a bug in sctp_auth that will cause a panic if
    a socket is closed as it gets auth'd data in. (sctp_auth.c)
  - Reverts the priority back to 0, do not change prioritys (sctp_bsd_addr.c)
  - Fixes a wrap error in calculation of gap ack segments that
    wrap the TSN number. (sctp_indata.c)
  - Fixes a comment, and also moves a lock up to cover the pulling
    of the VRF from the inp structure. (sctp_pcb.c)
  
  Revision  Changes    Path
  1.18.2.1  +8 -0      src/sys/netinet/sctp_auth.c
  1.14.2.2  +1 -1      src/sys/netinet/sctp_bsd_addr.c
  1.45.2.3  +1 -1      src/sys/netinet/sctp_indata.c
  1.62.2.3  +5 -4      src/sys/netinet/sctp_pcb.c



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