]> granicus.if.org Git - graphviz/commit
gv2gml: fix attribute escaping
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 19:27:36 +0000 (12:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 1 Oct 2021 14:49:27 +0000 (07:49 -0700)
commit7d607090a00e03d6809d61755dbbe39a003b875c
tree63e7f347521e829f6c34c0cb16cb8043af1e69df
parent06e6fefdf564dc78e18a4661540a757c8cb30b6d
gv2gml: fix attribute escaping

When processing characters in attribute values that should be escaped (e.g.
`"`), `gv2gml` would emit these as-is, resulting in invalid GML output. Such
attribute values are now correctly XML-escaped.

Fixes #1276.
CHANGELOG.md
cmd/tools/gv2gml.c
rtest/test_regression.py