Re: [PATCH][net-next] sfc: fix an off-by-one compare on an array size

2017-01-31 Thread David Miller
From: Edward Cree Date: Tue, 31 Jan 2017 16:37:10 + > On 31/01/17 16:30, Colin King wrote: >> From: Colin Ian King >> >> encap_type should be checked to see if it is greater or equal to >> the size of array map to fix an off-by-one array size check. This >> fixes an array overrun read as det

[PATCH][net-next] sfc: fix an off-by-one compare on an array size

2017-01-31 Thread Colin King
From: Colin Ian King encap_type should be checked to see if it is greater or equal to the size of array map to fix an off-by-one array size check. This fixes an array overrun read as detected by static analysis by CoverityScan, CID#1398883 ("Out-of-bounds-read") Fixes: 9b41080125176841e ("sfc: i

Re: [PATCH][net-next] sfc: fix an off-by-one compare on an array size

2017-01-31 Thread Edward Cree
On 31/01/17 16:30, Colin King wrote: > From: Colin Ian King > > encap_type should be checked to see if it is greater or equal to > the size of array map to fix an off-by-one array size check. This > fixes an array overrun read as detected by static analysis by > CoverityScan, CID#1398883 ("Out-of-