]> git.ipfire.org Git - thirdparty/bind9.git/commit
Avoid use of compound literals
authorPetr Špaček <pspacek@isc.org>
Thu, 3 Mar 2022 11:21:37 +0000 (12:21 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 3 Mar 2022 12:33:00 +0000 (13:33 +0100)
commitd4b1efbcbd4dfb8c6ef303968992440c5bdeed15
tree7f6ed7dba6e4e8429b773dd07ff4b0650a7d7856
parent561f87d9e690ae969a92285c82a1372b5777423d
Avoid use of compound literals

Compound literals are not used in BIND 9.11, in order to ensure backward
compatibility with ancient compilers.  Rework the relevant parts of the
BIND 9.11 backport of the CVE-2021-25220 fix so that compound literals
are not used.
lib/dns/resolver.c