freebsd-dev/sys/netpfil
John Baldwin 9c4f7e8234 ipfilter: Cast uintmax_t values to size_t when adding to a pointer.
GCC warns about the mismatched sizes on 32-bit platforms where
uintmax_t is larger in size than a pointer.

Reviewed by:	imp, cy
Differential Revision:	https://reviews.freebsd.org/D36753
2022-09-28 13:58:34 -07:00
..
ipfilter/netinet ipfilter: Cast uintmax_t values to size_t when adding to a pointer. 2022-09-28 13:58:34 -07:00
ipfw netpfil: Correct some typos in source code comments 2022-09-04 12:46:05 +02:00
pf pf: fix memory leak retrieving Ethernet rules 2022-09-27 15:28:37 +02:00