opnsense-src/tests/sys/netinet/libalias
John Baldwin 5bd5219d15 Cast pointer to uintptr_t to avoid alignment warnings.
Both struct ip and struct udphdr both have an aligment of 2, but the
cast from struct ip to a uint32_t pointer confused GCC 9 into raising
the required alignment to 4 and then raising a
-Waddress-of-packed-member error when casting to struct udphdr.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D31941

(cherry picked from commit dba02df30d)
2022-05-10 17:11:27 -07:00
..
1_instance.c
2_natout.c tests/libalias: Portrange 2022-01-03 12:18:10 +01:00
3_natin.c tests/libalias: Bugfix in used variables 2021-07-05 07:58:02 +02:00
Makefile tests/libalias: Test LibAliasIn and redirection 2021-06-02 11:35:09 +02:00
perf.c tests/libalias: Test LibAliasIn and redirection 2021-06-02 11:35:09 +02:00
util.c Cast pointer to uintptr_t to avoid alignment warnings. 2022-05-10 17:11:27 -07:00
util.h tests/libalias: Portrange 2022-01-03 12:18:10 +01:00