From: Otto Moerbeek Date: Fri, 7 Mar 2025 15:04:02 +0000 (+0100) Subject: Update pdns/recursordist/mtasker_context.cc X-Git-Tag: dnsdist-2.0.0-alpha1~32^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312c82a7d1261aaaf80969e142b779877f3e646b;p=thirdparty%2Fpdns.git Update pdns/recursordist/mtasker_context.cc Co-authored-by: Miod Vallat --- diff --git a/pdns/recursordist/mtasker_context.cc b/pdns/recursordist/mtasker_context.cc index 06766b16ba..563b91606b 100644 --- a/pdns/recursordist/mtasker_context.cc +++ b/pdns/recursordist/mtasker_context.cc @@ -119,7 +119,7 @@ extern "C" { #else // If you see asan trouble in this function, run with - // ASAN_OPTIONS=detect_stack_use_after_return=0 or completely disable it by comping with + // ASAN_OPTIONS=detect_stack_use_after_return=0 or completely disable it by compiling with // -fsanitize-address-use-after-return=never. On debian clang versions up and including 14 do // not seem to trigger a problem here, but starting from version 15 they do. threadWrapper(transfer_t const theThread)