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
..
2016-04-28 12:53:50 +02:00
2017-04-19 22:19:17 +02:00
2018-06-29 16:53:37 +02:00
2013-06-05 20:44:03 +00:00
2013-06-05 20:44:03 +00:00