]> granicus.if.org Git - graphviz/commit
stack-allocate a statically sized buffer
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 04:16:27 +0000 (21:16 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 14 May 2021 00:03:36 +0000 (17:03 -0700)
commiteb4a23ad4e66803daf2c8ed3c40d540735e4d8fa
tree85ca2030921f4813153c164a6f80e1212606cbc6
parent3a4ab2529d5326a605a21c171fa95462d45ce8a3
stack-allocate a statically sized buffer

1000 bytes is not a lot to allocate on the stack on a modern platform.
lib/sparse/DotIO.c