]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfw: Update the pfil mbuf pointer in ipfw_check_frame()
authorMark Johnston <markj@FreeBSD.org>
Wed, 16 Jun 2021 13:46:56 +0000 (09:46 -0400)
committerMark Johnston <markj@FreeBSD.org>
Tue, 29 Jun 2021 17:09:43 +0000 (13:09 -0400)
commit4647d115ff849534c9d6712cc2da32509721e20e
tree4b5b2593050914ffe807de5affbb931456a76d29
parent78f91c1fbf02b8768ebd8dd005eb922970ff4837
ipfw: Update the pfil mbuf pointer in ipfw_check_frame()

ipfw_chk() might call m_pullup() and thus can change the mbuf chain
head.  In this case, the new chain head has to be returned to the pfil
hook caller, otherwise the pfil hook caller is left with a dangling
pointer.

Note that this affects only the link-layer hooks installed when the
net.link.ether.ipfw sysctl is set to 1.

Approved by: so
Security: EN-21:21.ipfw
PR: 256439, 254015, 255069, 255104
Fixes: f355cb3e6
Reviewed by: ae
Sponsored by: The FreeBSD Foundation

(cherry picked from commit bc6a2267fffeafd3946637607a74cfd639398f9d)
(cherry picked from commit ed1acef3fe3053b418ce3e41036ccf24957253a4)
sys/netpfil/ipfw/ip_fw_pfil.c