summaryrefslogtreecommitdiff
path: root/cmd/cramfs.c
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2016-07-12 20:28:23 +0200
committerTom Rini <trini@konsulko.com>2016-07-22 14:46:13 -0400
commit06a040a31bcfc2673ab0670ee95fb9b078c4fdda (patch)
tree7de16f1bbfc6b506446c3f5014cabfabb3950918 /cmd/cramfs.c
parentc0ac3339475d3b6afc0cd901f20dd21d5fade17d (diff)
downloadu-boot-imx-06a040a31bcfc2673ab0670ee95fb9b078c4fdda.zip
u-boot-imx-06a040a31bcfc2673ab0670ee95fb9b078c4fdda.tar.gz
u-boot-imx-06a040a31bcfc2673ab0670ee95fb9b078c4fdda.tar.bz2
cmd: mtdparts: fix null pointer dereference in parse_mtdparts
In case there is no mtdparts variable in relocated environment, NULL is assigned to p, which is later fed to strncpy. Also function parameter mtdparts is completely ignored, so use it in case mtdparts variable is not found in environment. This parameter is checked not to be NULL in caller. Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Diffstat (limited to 'cmd/cramfs.c')
0 files changed, 0 insertions, 0 deletions