From ff1537871d451dc7f36e539189107f4ee2d05379 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 2 Jan 2023 16:34:56 +0100 Subject: [PATCH] Backport to 4.8.x: Do *not* use QName Minimization for DS retrievals in QM fallback mode. --- pdns/recursordist/rec-main.cc | 2 +- pdns/syncres.cc | 4 +++- pdns/syncres.hh | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) 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