diff options
author | Thomas Weber <weber@corscience.de> | 2010-11-24 13:07:51 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-27 23:35:13 +0100 |
commit | 7013c06124e9760f75ef194d429ed29fba843eb9 (patch) | |
tree | 4fd24ea97e78fb6f140d15db2ff4e5f5b85f1837 /board/palmld/palmld.c | |
parent | 5904da021449c6d2404485dc1379bf0f3b33414a (diff) | |
download | u-boot-imx-7013c06124e9760f75ef194d429ed29fba843eb9.zip u-boot-imx-7013c06124e9760f75ef194d429ed29fba843eb9.tar.gz u-boot-imx-7013c06124e9760f75ef194d429ed29fba843eb9.tar.bz2 |
Common/command: Guard strchr/strlen from NULL pointer
Guard strchr/strlen from being called with NULL pointer.
This line is crashing when command "env" is called without subcommand.
The cmd is NULL in this case because the calling function "do_env"
decremented the argc without checking if there are still arguments available.
Signed-off-by: Thomas Weber <weber@corscience.de>
Diffstat (limited to 'board/palmld/palmld.c')
0 files changed, 0 insertions, 0 deletions