]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/recursordist/mtasker_context.cc
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 7 Mar 2025 15:04:02 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Mar 2025 15:04:02 +0000 (16:04 +0100)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/recursordist/mtasker_context.cc

index 06766b16ba05006c41f79cbe1b2058488bb5e8c0..563b91606b0cd389d7ba8e555e904421aefbfce3 100644 (file)
@@ -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)