diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-07-12 20:28:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-22 14:46:13 -0400 |
commit | 06a040a31bcfc2673ab0670ee95fb9b078c4fdda (patch) | |
tree | 7de16f1bbfc6b506446c3f5014cabfabb3950918 /snapshot.commit | |
parent | c0ac3339475d3b6afc0cd901f20dd21d5fade17d (diff) |
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 'snapshot.commit')
0 files changed, 0 insertions, 0 deletions