glibc/inet/netinet
Sergey c2d0411488 Use unsigned constants for ICMP6 filters [BZ #22489]
The core problem here is that the filter array elements are unsigned
but the computed constants are signed.  This both causes a
signededness conversion at the &= step and may cause undefined
behavior if the MSB is being modified.  This patch uses unsigned
constants to avoid both cases. - DJ
2020-05-11 17:09:05 -04:00
..
ether.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
icmp6.h Use unsigned constants for ICMP6 filters [BZ #22489] 2020-05-11 17:09:05 -04:00
igmp.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
in.h Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h. 2020-04-03 18:08:28 +00:00
ip6.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00