]> granicus.if.org Git - graphviz/commit
sccmap: replace inline stack with generation implementation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Feb 2022 07:35:35 +0000 (18:35 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 18 Apr 2022 14:16:05 +0000 (07:16 -0700)
commit65237fbdf7047707bca2dccc5dd32d95bb6c163c
tree80a46a610e3e620b76552b24afd61d4f09881bd9
parentd82fe2ad6269fc385fc67bea0161d2dfe240532c
sccmap: replace inline stack with generation implementation

Similar to previous changes to `gc` in 4e2875fd7376338259dcb3ccc8f029d58bdf22dd,
this replaces some duplicated functionality with the generic Graphviz stack
implementation. This also introduces some missing allocation failure checks.

Gitlab: #1793
cmd/tools/sccmap.c