From: Otto Moerbeek Date: Mon, 2 Jan 2023 15:34:56 +0000 (+0100) Subject: Backport to 4.8.x: Do *not* use QName Minimization for DS retrievals in QM fallback... X-Git-Tag: rec-4.8.1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12442%2Fhead;p=thirdparty%2Fpdns.git Backport to 4.8.x: Do *not* use QName Minimization for DS retrievals in QM fallback mode. --- diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index 415b7c8338..a29c87b825 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -2583,7 +2583,7 @@ int main(int argc, char** argv) try { #if HAVE_FIBER_SANITIZER // Asan needs more stack - ::arg().set("stack-size", "stack size per mthread") = "400000"; + ::arg().set("stack-size", "stack size per mthread") = "600000"; #else ::arg().set("stack-size", "stack size per mthread") = "200000"; #endif diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 88a55a3789..54602efabf 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1753,6 +1753,8 @@ int SyncRes::doResolve(const DNSName &qname, const QType qtype, vector