]> granicus.if.org Git - graphviz/commit
gv2gml emitAttr: replace 'fprintf(… xml_string(…))' with 'xml_escape(…)'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 3 Oct 2021 18:10:33 +0000 (11:10 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Oct 2021 14:57:43 +0000 (07:57 -0700)
commit5bd02c9dfea9c23211175a1c844c77fada252da7
tree8fdd9dea8b47f500f2a8d39f3f7367e967490ec0
parent49f96df2bc5d34becf939375d51fab9ec373b1f5
gv2gml emitAttr: replace 'fprintf(… xml_string(…))' with 'xml_escape(…)'

Similar to the prior commits, this avoids dynamic allocation and improves thread
safety. This is intended to be a functional no-op.

Related to #1868.
cmd/tools/gv2gml.c