]> granicus.if.org Git - graphviz/commit
bcomps: replace unchecked allocations with alloc helpers
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 28 May 2022 19:26:52 +0000 (12:26 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Jun 2022 05:04:57 +0000 (22:04 -0700)
commitce12ea3652f40e1c42ee29bccfe91cc7889fb9b9
treea2dc2f03865b0993b9fc995d7ce3d094d234b3dd
parentf121507e5626e5f1998f6698aa0c4bf993203bae
bcomps: replace unchecked allocations with alloc helpers

This addresses some instances where out-of-memory would go undetected, leading
to a crash and/or data corruption.
cmd/tools/bcomps.c