Date: Tue, 7 Feb 2006 19:59:46 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.c Message-ID: <200602071959.k17JxkXv002652@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2006-02-07 19:59:46 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c Log: Fixes a crash due to the memory of the newly allocated syncache entry in syncache_lookup() is not cleared and may lead to an arbitrary and bogus rtentry pointer which later gets free'd. Reviewed by: andre MFC after: 3 days Revision Changes Path 1.82 +1 -0 src/sys/netinet/tcp_syncache.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602071959.k17JxkXv002652>