]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r225885:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Oct 2011 12:45:24 +0000 (12:45 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Oct 2011 12:45:24 +0000 (12:45 +0000)
commit9aee0016c17fd347ed16106757e770ffdd53731c
tree141c3e281aaf2ef9f0ec9ba91de28df551c4b2b7
parent3b2047f05a90192f455a3c5b8068b09bac13b238
MFC r225885:

 Fix an obvious bug from r186196 shadowing a variable, not correctly
 appending the new mbuf to the chain reference but possibly causing an mbuf
 nextpkt loop leading to a memory used after handoff (or having been freed)
 and leaking an mbuf here.

 Reviewed by:   rwatson, brooks
Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/9@225971 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet6/nd6.c