config: another coverity fix in config_modify_tag()
This commit is contained in:
parent
a28696f4f9
commit
3c7990b7e0
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ config_modify_tag( htsmsg_t *c, uint32_t id, const char *uuid, const void *aux )
|
|||
|
||||
htsmsg_delete_field(c, "index");
|
||||
|
||||
if (ch == NULL)
|
||||
if (ch == NULL || uuid == NULL)
|
||||
return;
|
||||
|
||||
HTSMSG_FOREACH(f, ch) {
|
||||
|
|
Loading…
Add table
Reference in a new issue