aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/randomize_layout_plugin.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2016-02-24 17:32:50 +0000
committerLinus Walleij <[email protected]>2016-03-07 10:28:05 +0700
commit5e9a207547079a23c3d4ecb4bad050ba8acc3f59 (patch)
tree5863e547ca63d319385f351b0c5d134d85f05826 /scripts/gcc-plugins/randomize_layout_plugin.c
parent35cec70720db028bfd18d739fd3df65f21c34590 (diff)
pinctrl: lpc18xx: ensure ngroups is initialized at correct place
The initialization of ngroups is occurring at the end of the first iteration of the outer loop, which means that the assignment pins[ngroups++] = i is potentially indexing into a region outside of array pins because ngroups is not initialized. Instead, initialize ngroups in the inner loop before the first inner loop iteration. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Joachim Eastwood <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/randomize_layout_plugin.c')
0 files changed, 0 insertions, 0 deletions