]> granicus.if.org Git - graphviz/commit
pango_textlayout: replace 'agxbput(… xml_string0(…))' with 'xml_escape(…)'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 3 Oct 2021 17:30:18 +0000 (10:30 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Oct 2021 14:57:43 +0000 (07:57 -0700)
commit49f96df2bc5d34becf939375d51fab9ec373b1f5
tree480c48a683f727f4caefbb03f987b120310d76d6
parent577becec813defff23aef57d8c219326bce0b0ce
pango_textlayout: replace 'agxbput(… xml_string0(…))' with 'xml_escape(…)'

Similar to the prior commit, this avoids dynamic allocating – well, some,
`axbput` itself is still dynamically allocating – and improves thread safety.
This is intended to be a functional no-op.

Related to #1868.
plugin/pango/gvtextlayout_pango.c