mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
dba02df30d
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 |
||
---|---|---|
.. | ||
libalias | ||
arp.sh | ||
carp.sh | ||
divert.sh | ||
fibs_test.sh | ||
fibs.sh | ||
forward.sh | ||
ip_reass_test.c | ||
lpm.sh | ||
Makefile | ||
Makefile.depend | ||
output.sh | ||
redirect.py | ||
redirect.sh | ||
so_reuseport_lb_test.c | ||
socket_afinet.c | ||
tcp_connect_port_test.c | ||
tcp_user_cookie.c | ||
udp_dontroute.c |