summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2016-01-12 17:23:12 +0800
committerTom Rini <[email protected]>2016-01-13 21:05:26 -0500
commitdb18f548cb7b5ff99223b66eac1966eb45230817 (patch)
tree4b1088d7ea6775ffb31b359463f1a9423710a8ad /scripts/objdiff
parentbb08a6e7d513cc1f591b35a6e7e68dd92078eed6 (diff)
common: env_flags: fix loop condition when using env_flags_varaccess_mask
We should use ARRAY_SIZE, but not sizeof. The size of env_flags_varaccess_mask is 16bytes, but we only need 4 loops. If using 16 as the end condition, we may access memory that not belong to array env_flags_varaccess_mask. Signed-off-by: Peng Fan <[email protected]> Cc: Joe Hershberger <[email protected]> Cc: York Sun <[email protected]> Cc: Simon Glass <[email protected]> Cc: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]> Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions