]> granicus.if.org Git - graphviz/commit
ccomps process: more tightly scope temporary buffer usage
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 12 Mar 2022 19:32:25 +0000 (11:32 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 13 Mar 2022 20:08:51 +0000 (13:08 -0700)
commit6db90df7d88c3f8d711d992a5adf7ee0febb436e
treed66fc1fedf97de3ebdd9ba56a1067b4c8ed45cb8
parent5117c72409d6d7ebba293faeee2091b5d52701ba
ccomps process: more tightly scope temporary buffer usage

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