]> granicus.if.org Git - graphviz/commit
pathplan Pobsopen: fix unchecked allocation failures
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Jul 2022 16:29:47 +0000 (09:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Aug 2022 13:52:10 +0000 (06:52 -0700)
commit7033e6a48e6f4105cb114507d775292c2ab6bc12
treef94aef41e961f02fa5f3653c250e98715a056de8
parent8f38bccc80c6d8c5666882ec89e6693ed6e70f31
pathplan Pobsopen: fix unchecked allocation failures

The first `malloc` of `rv` was checked for failure but the subsequent ones were
assumed to succeed.
lib/pathplan/cvt.c