]> granicus.if.org Git - graphviz/commit
fix: use managed memory for Hyperlink’s string pointers
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 13 Apr 2021 01:57:36 +0000 (18:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 19 Apr 2021 03:53:34 +0000 (20:53 -0700)
commit1b3682efdac3b27f2d47ace48cb1b91476ff3ef6
tree0a97b39828763b398bc431de435ccb2a156dba3c
parent3ebc1dce989bd4e136878d3ed519cd67c35b80fa
fix: use managed memory for Hyperlink’s string pointers

Similar to the prior fix to Run, this removes a latent safety issue with the
management of these pointers.
plugin/visio/VisioText.cpp
plugin/visio/VisioText.h