Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2007 22:34:21 +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_input.c sctp_output.c sctputil.c
Message-ID:  <200705302234.l4UMYLFE014780@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2007-05-30 22:34:21 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_input.c sctp_output.c sctputil.c 
  Log:
  - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.c
  - Fixed a LOR in handling a cookie. Turns out create lock is applied.
    And if we abort processing, this causes LOR. Changed to force the
    timer to clean up, that way create lock is released.
  
  Revision  Changes    Path
  1.32      +32 -23    src/sys/netinet/sctp_input.c
  1.30      +38 -39    src/sys/netinet/sctp_output.c
  1.35      +37 -41    src/sys/netinet/sctputil.c



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