]> granicus.if.org Git - graphviz/commit
edgepaint: replace a 'strdup' with 'gv_strdup'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 17 Mar 2022 04:22:48 +0000 (21:22 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 24 Mar 2022 15:36:53 +0000 (08:36 -0700)
commit6ab1ec1cac420d28f714981314215a00a6843e33
tree1d695282ba396a677c2263be9e0e0f288c7d94bc
parent811296b7810af53b91050dad07978156087764f1
edgepaint: replace a 'strdup' with 'gv_strdup'

This allocation was not handling failure and the only reasonable response here
is to exit.
cmd/edgepaint/edgepaintmain.c