Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2009 15:23:16 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_syncache.c
Message-ID:  <200906301523.n5UFNUdQ027217@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
attilio     2009-06-30 15:23:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          tcp_syncache.c 
  Log:
  SVN rev 195196 on 2009-06-30 15:23:16Z by attilio
  
  If the table is empty we can end up with a NULL pointer.
  Handle that case trying to free and re-allocate a new object for the
  timerqueue, managing unallocations.
  This is not an issue on 7 and further branches.
  
  Submitted by:   emaste
  Sponsored by:   Sandvine Incorporated
  Reported by:    Kyle Larose <no e-mail available>
  
  Revision  Changes    Path
  1.74.2.7  +7 -5      src/sys/netinet/tcp_syncache.c



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