]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r225885:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Oct 2011 13:31:57 +0000 (13:31 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Oct 2011 13:31:57 +0000 (13:31 +0000)
commitc40700e05acff3466aa375111b7a41c17249ccd0
tree051eb3c604f5efe47361a9cd452d59716ac123a0
parentd3a59986c5f57797cacbebe20aa9e3764d7e7d11
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

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