]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-firewall-util: add more asserts on allocated variables
authorLuca Boccassi <luca.boccassi@microsoft.com>
Thu, 25 Mar 2021 10:49:06 +0000 (10:49 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Thu, 25 Mar 2021 10:49:06 +0000 (10:49 +0000)
commitc0ef415862b43a30590877c9f4dd16fced88fd83
tree01b20d41786b49f3b0aa977bbd2d9e5a3ca217a2
parent9b564bbca5fcfb251b7990c8642c82846d09338b
test-firewall-util: add more asserts on allocated variables

Makes things nicer for readers, and hopefully gives static analyzers
a hint on the origin/cleanup of the ctx pointer.
Coverity CID #1451399
src/test/test-firewall-util.c