]> granicus.if.org Git - graphviz/commit
replace 'gvputs(… xml_url_string(…))' with 'xml_escape(…)'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 4 Oct 2021 00:13:29 +0000 (17:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Oct 2021 14:57:43 +0000 (07:57 -0700)
commitbb9e55e3a945bf09b851720d08043c01592ee671
tree64fe88d586e93d24c67da619ad32042e397382b4
parent28770b6e738b5dc1044f3688e21687996631112c
replace 'gvputs(… xml_url_string(…))' with 'xml_escape(…)'

Similar to previous `xml_string` and `xml_string0` related changes, this avoids
dynamic allocations and makes the affected code thread safe.

Related to #1868.
plugin/core/gvrender_core_map.c
plugin/core/gvrender_core_svg.c