Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2019-06-09 01:02:26 +01:00
commit 181841fb67

View File

@ -361,7 +361,7 @@ options_array_set(struct options_entry *o, u_int idx, const char *value,
return (-1);
}
if (OPTIONS_IS_COMMAND(o)) {
if (OPTIONS_IS_COMMAND(o) && value != NULL) {
pr = cmd_parse_from_string(value, NULL);
switch (pr->status) {
case CMD_PARSE_EMPTY: