Re: [arc-linux-dev] [PATCH] ARC: Fix array-out-of-bounds issue in tlb overlap handler

2013-09-26 Thread Vineet Gupta
On 09/26/2013 07:36 PM, Mischa Jonker wrote: > Even after fixing the issue, GCC 4.8 still complains with a warning, > but with the fix, I think it's a false positive. Therefore I have > also added a #pragma to ignore the warning. > > Signed-off-by: Mischa Jonker > --- > arch/arc/mm/tlb.c |9 +

[PATCH] ARC: Fix array-out-of-bounds issue in tlb overlap handler

2013-09-26 Thread Mischa Jonker
Even after fixing the issue, GCC 4.8 still complains with a warning, but with the fix, I think it's a false positive. Therefore I have also added a #pragma to ignore the warning. Signed-off-by: Mischa Jonker --- arch/arc/mm/tlb.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-)