On Sat, 13 Aug 2022 23:34:16 +0300, Sergey Shtylyov wrote: > Commit 78c44d910d3e ("drivers/of: Fix depth when unflattening devicetree") > forgot to fix up the depth check in the loop body in unflatten_dt_nodes() > which makes it possible to overflow the nps[] buffer... > > Found by Linux Verification Center (linuxtesting.org) with the SVACE static > analysis tool. > > Fixes: 78c44d910d3e ("drivers/of: Fix depth when unflattening devicetree") > Signed-off-by: Sergey Shtylyov <s.shtylyov@xxxxxx> > > --- > The patch is against the 'master' branch of Rob Herring's 'linux-git' repo... > > drivers/of/fdt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!