cvs commit: src/sys/netinet sctp_input.c sctp_output.c sctputil.c

Randall Stewart rrs at FreeBSD.org
Wed May 30 22:34:21 UTC 2007


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


More information about the cvs-src mailing list