lkml.org 
[lkml]   [2018]   [Feb]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2] net: dsa: mv88e6xxx: hwtstamp: fix potential negative array index read
On Fri, Feb 16, 2018 at 07:48:46AM -0800, Richard Cochran wrote:
> On Thu, Feb 15, 2018 at 12:31:39PM -0600, Gustavo A. R. Silva wrote:
> > _port_ is being used as index to array port_hwtstamp before verifying
> > it is a non-negative number and a valid index at line 209 and 258:
> >
> > if (port < 0 || port >= mv88e6xxx_num_ports(chip))
> >
> > Fix this by checking _port_ before using it as index to array
> > port_hwtstamp.
>
> NAK. Port is already known to be valid in the callers.

Then we should take out the check. It is probably this check which is
causing the false positives.

Andrew

\
 
 \ /
  Last update: 2018-02-16 16:56    [W:0.070 / U:0.760 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site