xypron.glpk@gmx.de 902f5bcfbc env: avoid possible NULL pointer access
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>
2017-05-12 08:37:17 -04:00
..
2017-01-20 15:38:01 -05:00
2017-05-12 08:37:09 -04:00
2017-04-05 16:36:56 -04:00
2017-05-12 08:37:09 -04:00
2017-04-12 13:28:27 -04:00
2016-04-18 12:29:14 -04:00
2016-02-06 12:00:59 +01:00
2016-05-02 18:37:09 -04:00
2016-03-27 09:12:17 -04:00
2017-05-09 12:14:16 -06:00
2016-09-23 17:53:48 -04:00