On Wed, May 16, 2018 at 09:19:51PM -0700, [email protected] wrote: > From: Frank Rowand <[email protected]> > > The smatch static checker marks the data in offset as untrusted, > leading it to warn: > > drivers/of/resolver.c:125 update_usages_of_a_phandle_reference() > error: buffer underflow 'prop->value' 's32min-s32max' > > Add check to verify that offset is within the property data. > > Reported-by: Dan Carpenter <[email protected]> > Signed-off-by: Frank Rowand <[email protected]> > --- > drivers/of/resolver.c | 5 +++++ > 1 file changed, 5 insertions(+)
Applied, thanks. Rob

