Page MenuHomeFreeBSD

pf: fix address range handling in pfr_pool_get()
ClosedPublic

Authored by kp on Dec 14 2024, 7:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 23, 4:46 AM
Unknown Object (File)
Sun, Mar 22, 2:07 AM
Unknown Object (File)
Sun, Mar 22, 1:23 AM
Unknown Object (File)
Thu, Mar 19, 5:28 PM
Unknown Object (File)
Wed, Mar 18, 5:31 AM
Unknown Object (File)
Wed, Mar 18, 5:23 AM
Unknown Object (File)
Wed, Mar 18, 1:26 AM
Unknown Object (File)
Feb 18 2026, 12:59 PM

Details

Summary

We did not fill out the address in uaddr before running the rn_match() lookup.
Change addr to a pointer into uaddr so that we do.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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