]> git.ipfire.org Git - thirdparty/bind9.git/commit
address coverity warnings in delv
authorEvan Hunt <each@isc.org>
Mon, 3 Apr 2023 17:43:32 +0000 (10:43 -0700)
committerEvan Hunt <each@isc.org>
Wed, 5 Apr 2023 18:19:22 +0000 (11:19 -0700)
commit1850daaed8303977e7827a9788ade830801b5fcf
tree30507875fd9e01279a2597029673dd93d8941d3d
parent99c07f53ebac3085d850438f13405df4b4cc357d
address coverity warnings in delv

clean up coverity warnings due to recent changes to delv:
- CID 451097: failure to check return value from inet_pton()
- CID 451098, 451100: dead code
bin/delv/delv.c