Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 04:31:31 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_syncache.c
Message-ID:  <200111231231.fANCVWh24547@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2001/11/23 04:31:30 PST

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  Fixed a buffer overrun.  In my kernel configuration, tcp_syncache happens
  to be followed by nfsnodehashtbl, so bzeroing callouts beyond the end of
  tcp_syncache soon caused a null pointer panic when nfsnodehashtbl was
  accessed.
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/netinet/tcp_syncache.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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