diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2025-11-01 17:34:11 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2025-11-04 00:52:54 +0000 |
| commit | deb684f9d1d6a3681e451d3af31f768c567f7dbe (patch) | |
| tree | 87c6b4a09678a2e1d699d0326fdc9099d1ee6453 /libexec | |
| parent | c63166a2aff488314be4c2a75493ed30597a91d4 (diff) | |
ipfw: pmod: avoid further rule processing after tcp-mod failures
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
(cherry picked from commit c0382512bfce872102d213b9bc2550de0bc30b67)
Diffstat (limited to 'libexec')
0 files changed, 0 insertions, 0 deletions
