]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix a warning reported by Coverity 13757/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 1 Feb 2024 09:00:19 +0000 (10:00 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 1 Feb 2024 09:00:19 +0000 (10:00 +0100)
commitd26d9f5268cf933a1fd7a4ad5f3e7a3926a61393
treeb7f1063b974535a6d9fd1834460c407bbe315d9c
parentc92a16a8dd1dd20a6e5eb657ce0e021673d7ede2
dnsdist: Fix a warning reported by Coverity

CID 414570 and CID 414569 (Uninitialized variables) are false
positives as far as I can tell, the variables are properly set
by the call to `bpf_get_next_key`, but let's zero-initialize them
anyway, while delinting the code.
pdns/bpf-filter.cc