]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r317343
authormarius <marius@FreeBSD.org>
Sun, 14 May 2017 13:59:36 +0000 (13:59 +0000)
committermarius <marius@FreeBSD.org>
Sun, 14 May 2017 13:59:36 +0000 (13:59 +0000)
commit212b9baa3d46447fee3cba507fa1b734842a2af9
treeca70bfdbc2cb3f6cf1911341db0c75cb61752b68
parent25b2f7c243634889a984bcad3ed50509fce73ded
MFC: r317343

In fill_ip6(), the value of the pointer av changes before it is
free(3)ed. Thus, introduce a new variable to track the original
value.
sbin/ipfw/ipv6.c