Page MenuHomeFreeBSD

pf: fix another endpoint-independent crash
ClosedPublic

Authored by kp on Nov 21 2025, 1:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 18, 5:45 AM
Unknown Object (File)
Thu, Aug 13, 8:54 PM
Unknown Object (File)
Thu, Aug 13, 8:53 PM
Unknown Object (File)
Sun, Aug 9, 7:31 AM
Unknown Object (File)
Fri, Aug 7, 4:09 PM
Unknown Object (File)
Fri, Aug 7, 8:45 AM
Unknown Object (File)
Thu, Aug 6, 7:34 PM
Unknown Object (File)
Thu, Aug 6, 2:55 PM

Details

Summary

In c12013f5bb38 we fixed udp_mapping cleanup issues in pf_get_sport(), but
missed the static-port case (i.e. low == 0 && high == 0). We could still exit
pf_get_sport() without either inserting the udp_mapping or freeing it.

Address this and add a test case to provoke the problem.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable