]> git.ipfire.org Git - thirdparty/bind9.git/commit
Silence NULL pointer dereferene false positive
authorMark Andrews <marka@isc.org>
Wed, 8 Mar 2023 05:05:03 +0000 (16:05 +1100)
committerOndřej Surý <ondrej@isc.org>
Mon, 3 Apr 2023 13:32:40 +0000 (13:32 +0000)
commitbf58c10dced30d34372fdfc4a778286370a4bfb8
tree6f3133327bebc247b750a942b9411d38e2cdb98d
parent94e42daa0f3bad694121ec3f3e470910a32ac2d1
Silence NULL pointer dereferene false positive

Only attempt to digest 'in' if it is non NULL.  This will prevent
false positives about NULL pointer dereferences against 'in' and
should also speed up the processing.
lib/isc/siphash.c