mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
c2d0411488
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 |
||
---|---|---|
.. | ||
ether.h | ||
icmp6.h | ||
igmp.h | ||
in.h | ||
ip6.h |