Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2015 19:46:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 172675] [netinet] [patch] sysctl_tcp_hc_list (net.inet.tcp.hostcache.list) race condition causing memory corruption
Message-ID:  <bug-172675-2472-tPoT8vhhrD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-172675-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-172675-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172675

--- Comment #7 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jhb
Date: Sun Jan 25 19:45:45 UTC 2015
New revision: 277709
URL: https://svnweb.freebsd.org/changeset/base/277709

Log:
  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
  MFC after:    2 weeks

Changes:
  head/sys/netinet/tcp_hostcache.c

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-172675-2472-tPoT8vhhrD>