summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKristian Otnes <kotnes@cisco.com>2014-04-25 15:35:43 +0200
committerTom Rini <trini@ti.com>2014-05-12 15:20:05 -0400
commit5c50a92bbea7e118ea4e4fb0945bf6707b010a80 (patch)
tree034a76d7fe3a7e183aba9ba9fd3c518e9fa21fef /arch
parentbf69d6642326cfecef440bb245946903454ff30e (diff)
downloadtalos-obmc-uboot-5c50a92bbea7e118ea4e4fb0945bf6707b010a80.tar.gz
talos-obmc-uboot-5c50a92bbea7e118ea4e4fb0945bf6707b010a80.zip
hush shell: Avoid string write overflow when entering max cmd length
console_buffer array is defined to be CONFIG_SYS_CBSIZE + 1 long, whereas the_command array only CONFIG_SYS_CBSIZE long. Subsequent use of strcpy(the_command, console_buffer) will write final \0 terminating byte outside the_command array when entering a command of max length. Signed-off-by: Kristian Otnes <kotnes <at> cisco <dot> com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud