]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 277709:
authorjhb <jhb@FreeBSD.org>
Tue, 10 Feb 2015 21:41:56 +0000 (21:41 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 10 Feb 2015 21:41:56 +0000 (21:41 +0000)
commite15ed53e778bc39555abe68c05da61e133ef71a3
tree478eb38e853e97773e566f1e4cde4930550ed72d
parentce996f8275261223851a6b6ea0db11df891eb3d0
MFC 277709:
Use an sbuf to generate the output of the net.inet.tcp.hostcache.list
sysctl to avoid a possible buffer overflow if the cache grows while the
text is being generated.

PR: 172675
sys/netinet/tcp_hostcache.c