aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/mac/portacl/(public-mirror)
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2025-11-01 17:34:11 +0000
committerKyle Evans <kevans@FreeBSD.org>2025-11-01 17:34:11 +0000
commitc0382512bfce872102d213b9bc2550de0bc30b67 (patch)
tree022b51e77a1db9190de4545340b6556805083731 /tests/sys/mac/portacl/(public-mirror)
parent0726d6e87ad508f9e6a78685d3d9067edf255588 (diff)
ipfw: pmod: avoid further rule processing after tcp-mod failuresHEADmain
m_pullup() here will have freed the mbuf chain, but we pass back an IP_FW_DENY without any signal that the outer loop should finish. Thus, rule processing continues without an mbuf and there's a chance that we conclude that the packet may pass (but there's no mbuf remaining) depending on the rules that follow it. PR: 284606 Reviewed by: ae MFC after: 1 week
Diffstat (limited to 'tests/sys/mac/portacl/(public-mirror)')
0 files changed, 0 insertions, 0 deletions