提交 5fa9619f authored 作者: Rupa Schomaker's avatar Rupa Schomaker

mod_lcr - FS-3284 --resolve - fix malformed XML when has embedded %s

上级 3dca2ebb
...@@ -1825,7 +1825,7 @@ SWITCH_STANDARD_API(dialplan_lcr_function) ...@@ -1825,7 +1825,7 @@ SWITCH_STANDARD_API(dialplan_lcr_function)
if (as_xml) { if (as_xml) {
event_xml = switch_event_xmlize(current->fields, SWITCH_VA_NONE); event_xml = switch_event_xmlize(current->fields, SWITCH_VA_NONE);
event_str = switch_xml_toxml(event_xml, SWITCH_FALSE); event_str = switch_xml_toxml(event_xml, SWITCH_FALSE);
stream->write_function(stream, event_str); stream->write_function(stream, "%s", event_str);
switch_xml_free(event_xml); switch_xml_free(event_xml);
switch_safe_free(event_str); switch_safe_free(event_str);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论