]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lint: daemon/io.c: avoided Null pointer for output stream
authorAleš Mrázek <ales.mrazek@nic.cz>
Fri, 22 Aug 2025 11:36:34 +0000 (13:36 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 27 Aug 2025 06:57:15 +0000 (08:57 +0200)
commitad364cbe74e0dff7f58d5d03880f1dec144fffe4
treeb4ace0a93d238ba83e2dda3f88b8186c2b2971f6
parent743531d9729c21d3222c501e194a43cb3d0d424c
lint: daemon/io.c: avoided Null pointer for output stream

If it is not checked, the clang-tidy clang-analyzer-core::NonNullParamChecker error will be raised.
daemon/io.c