]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r317343
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 14 May 2017 13:59:40 +0000 (13:59 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 14 May 2017 13:59:40 +0000 (13:59 +0000)
commit82dcc31367335ac39bcefa30e9bb0d07d2306ae4
tree2586eadbb648e85c3309abccd644a8d96de557b1
parent9a171c722b737ca575b34489b2a4940a1d6e8ebe
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@318271 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/ipfw/ipv6.c