]> git.ipfire.org Git - thirdparty/lldpd.git/commit
client: do not allow memory allocations to fail
authorVincent Bernat <vincent@bernat.ch>
Sun, 21 Mar 2021 10:21:24 +0000 (11:21 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sun, 21 Mar 2021 10:21:24 +0000 (11:21 +0100)
commitf7eae6f879d89d2a223774a253d80b6f0b5c5d01
tree1aa1a2706c7d7d0ae0ec73b1cf355f9190dcee75
parent2763a712853e3b0a777ea2fc0fae4efbc496b645
client: do not allow memory allocations to fail

This leads to some memory leak (quite improbable), but we don't want
to continue running with an incomplete set of commands.
src/client/commands.c