]> granicus.if.org Git - graphviz/commit
remove use of longjmp() in update()
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Nov 2020 20:21:28 +0000 (12:21 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 04:39:06 +0000 (20:39 -0800)
commitf36765eb6d0e61c20f829573b1014f26b04add4a
tree362d2279f331c390babda134e24b1f44ff4d433b
parentd7da78b33088034b7091097ba352929498c3b0ca
remove use of longjmp() in update()

Like the change to add_tree_edge(), this also fixes some resource leakage that
occurred in this error path. Now the tree list in rank2 is correctly cleaned up
on error. Related to #1801.
lib/common/ns.c