
12 May
2017
12 May
'17
7:21 p.m.
On Mon, May 08, 2017 at 08:23:54PM +0200, xypron.glpk@gmx.de wrote:
env_attr_lookup call env_attr_walk with callback = regex_callback.
In env_attr_walk attributes = strchr(entry_cpy, ENV_ATTR_SEP) will return NULL if ENV_ATTR_SEP is not found.
In the aftermath regex_callback may call strlen(attributes) with a NULL value which will lead to a failure.
The problem was indicated by scan-clam.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!
--
Tom