]> granicus.if.org Git - graphviz/commit
ccomps processClusters: more tightly scope temporary buffer usage
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 13 Mar 2022 20:07:51 +0000 (13:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 13 Mar 2022 20:07:51 +0000 (13:07 -0700)
commit5117c72409d6d7ebba293faeee2091b5d52701ba
treeea12c5c3cc321e35e1b2ab34ac7b909dc87218c0
parentf66ca3f88f05903ec9cf88cbd9089f8234440c8b
ccomps processClusters: more tightly scope temporary buffer usage

This makes it harder to accidentally introduce a use-after-free in this code.
cmd/tools/ccomps.c