]> granicus.if.org Git - graphviz/commit
replace 'gvputs(… xml_string0(…))' with 'xml_escape(…)'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 3 Oct 2021 17:15:48 +0000 (10:15 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Oct 2021 14:57:43 +0000 (07:57 -0700)
commit577becec813defff23aef57d8c219326bce0b0ce
treecf059da01a95e2837ffbeaff82c9f3c2c530bd2a
parent4bb1580625746c860037f13ae77d750303f318ff
replace 'gvputs(… xml_string0(…))' with 'xml_escape(…)'

This is, again, a functional no-op. But it has the effect of removing dynamic
allocations and making this code thread-safe.

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