]> git.ipfire.org Git - thirdparty/bind9.git/commit
Silence gcc-10-fanalyzer false positive
authorMark Andrews <marka@isc.org>
Tue, 18 May 2021 05:51:51 +0000 (15:51 +1000)
committerMark Andrews <marka@isc.org>
Tue, 18 May 2021 06:46:07 +0000 (16:46 +1000)
commitff88e33cff0cfbccdfb1ee6cbb643722b6c2d9a4
tree6be431797ec5d257bae84bc1b801f9523cd0b804
parentc78813338a183b7594d980ecce0c7cbc276588b6
Silence gcc-10-fanalyzer false positive

If 'state == ft_ordinary' then 'label' can't be NULL. Add
INSIST to reflect this.

(cherry picked from commit 29f1c1e67752be1f4bfc91d32443032699ba78ab)
lib/dns/name.c