Files
vpp/src
Jieqiang Wang c8833b2191 ip: fix compiling error with gcc-10
Building VPP using gcc-10 fails because of the array bounds check
error for function ip4_header_checksum(), with option field in IPv4
header exceeding the ip4_header_t bound. Fix this error by turning
off the array bounds check option for function ip4_header_checksum().

Change-Id: I68cc241ae9e403d35ac2e320549506dc6565a0b6
Type: fix
Signed-off-by: Jieqiang Wang <jieqiang.wang@arm.com>
2020-08-31 18:15:51 +00:00
..
2020-08-31 17:16:56 +00:00
2020-08-31 18:15:51 +00:00