[dpdk-dev] [PATCH] lib/gro: fix bitwise overflow issue

Thomas Monjalon thomas at monjalon.net
Mon Jul 31 09:01:45 CEST 2017


31/07/2017 03:43, Jiayu Hu:
> When try to get GRO types, expression "1 << i" with type "int" may
> overflow. This patch is to fix this issue.
> 
> Fixes: e996506a1c07 ("lib/gro: add Generic Receive Offload API framework")
> Coverity issue: 158664
> 
> Signed-off-by: Jiayu Hu <jiayu.hu at intel.com>

Applied, thanks




More information about the dev mailing list