提交 730793be authored 作者: Michael Jerris's avatar Michael Jerris

FS-7866: [core] fix crash when running incorrect var api expansion syntax "eval…

FS-7866: [core] fix crash when running incorrect var api expansion syntax "eval ${${external_sip_ip}:4}"
上级 06b05e3b
......@@ -2365,6 +2365,7 @@ SWITCH_DECLARE(char *) switch_event_expand_headers_check(switch_event_t *event,
}
}
if (sub_val) {
if (offset || ooffset) {
cloned_sub_val = strdup(sub_val);
switch_assert(cloned_sub_val);
......@@ -2382,7 +2383,7 @@ SWITCH_DECLARE(char *) switch_event_expand_headers_check(switch_event_t *event,
*ptr = '\0';
}
}
}
switch_safe_free(expanded);
} else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论