cvs commit: src/sys/netinet tcp_syncache.c
Qing Li
qingli at FreeBSD.org
Thu Feb 16 12:22:17 PST 2006
qingli 2006-02-16 18:05:03 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
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.
MFC: rev 1.84
Approved by: re (scottl)
Revision Changes Path
1.66.2.5 +3 -4 src/sys/netinet/tcp_syncache.c
_______________________________________________
cvs-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
More information about the cvs-src
mailing list