aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2018-07-13 17:55:15 +0300
committerLinus Walleij <[email protected]>2018-08-01 23:01:07 +0200
commit19da44cd33a3a6ff7c97fff0189999ff15b241e4 (patch)
tree75f39dcb2ba818d4e93570c1dc00f42ef2c60c72 /tools/perf/scripts/python/call-graph-from-sql.py
parent24d1c2171f15bb6fad2ad69cfc2ee81dc4577b76 (diff)
pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
The info->groups[] array is allocated in imx1_pinctrl_parse_dt(). It has info->ngroups elements. Thus the > here should be >= to prevent reading one element beyond the end of the array. Cc: [email protected] Fixes: 30612cd90005 ("pinctrl: imx1 core driver") Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Uwe Kleine-König <u.kleine-kö[email protected]> Acked-by: Dong Aisheng <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions