]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove workaround for ancient clang versions (<< 3.2 and << 4.0.1)
authorOndřej Surý <ondrej@isc.org>
Sat, 5 Mar 2022 12:46:52 +0000 (13:46 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 25 Mar 2022 08:37:22 +0000 (09:37 +0100)
commit8b1d60933cff24bd33a7cf640686e16b86b2a866
tree84daaaaf14f25a75705da2ea7d4bae35cc25c3d3
parentb624be254411a7129cc16eba1f3fe3fa9eabed10
Remove workaround for ancient clang versions (<< 3.2 and << 4.0.1)

Some ancient versions of clang reported uninitialized memory use false
positive (see https://bugs.llvm.org/show_bug.cgi?id=14461).  Since clang
4.0.1 has been long obsoleted, just remove the workarounds.

(cherry picked from commit ae508c17bcf9a5c67a5c889f79624449f1e998d6)
lib/dns/name.c
lib/dns/tsig.c