Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2005 19:25:43 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <200507051925.j65JPhJE024483@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-07-05 19:25:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          tcp_input.c 
  Log:
  MFC: 1.279
  Fix for a SACK crash caused by a bug in tcp_reass(). tcp_reass()
  does not clear tlen and frees the mbuf (leaving th pointing at freed
  memory), if the data segment is a complete duplicate.
  
  Revision    Changes    Path
  1.252.2.21  +3 -1      src/sys/netinet/tcp_input.c



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