]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not convert ISC_R_NOSPACE to DNS_R_SERVFAIL too early
authorMark Andrews <marka@isc.org>
Wed, 24 Nov 2021 00:03:19 +0000 (11:03 +1100)
committerMark Andrews <marka@isc.org>
Thu, 25 Nov 2021 19:48:20 +0000 (19:48 +0000)
commit08f1cba096243cd14041731b7ea1ad45e54e87b0
tree5debaba36f20598ee54d66a2301a2abe91b6230d
parentbf0fce265a2d5e7d331ffd7b873cbde39e0a3782
Do not convert ISC_R_NOSPACE to DNS_R_SERVFAIL too early

The parsing loop needs to process ISC_R_NOSPACE to properly
size the buffer.  If result is still ISC_R_NOSPACE at the end
of the parsing loop set result to DNS_R_SERVFAIL.
lib/dns/sdlz.c