i40e: fix overflow
authorHelin Zhang <helin.zhang@intel.com>
Fri, 11 Mar 2016 16:50:58 +0000 (00:50 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 11 Mar 2016 21:21:06 +0000 (22:21 +0100)
commitc7a4ff80722e9237a4c504106d21ba5ca27d8df2
treeb7a376a1b5ce68ef7498dfb7d270de8eba6abdb2
parent19b16e2f64420b183cb51639544679eabfca3087
i40e: fix overflow

The array 'ptype_table' was defined in depth of 'UINT8_MAX' which
is 255, while the querying index could be from 0 to 255. The issue
can be fixed with expanding the array to one more element.

Fixes: 9571ea028489 ("i40e: replace some offload flags with unified packet type")

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/i40e/i40e_rxtx.c