]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
1024 is not enough with ASN + UBSAN, so go for 1536 12446/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 20 Jan 2023 16:19:01 +0000 (17:19 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 20 Jan 2023 16:19:01 +0000 (17:19 +0100)
pdns/recursordist/test-mtasker.cc

index 42540d220e42010e72136a9279364e51493913a2..246924298c98b12357f70a4b4f2a8f19b83e7b3b 100644 (file)
@@ -42,7 +42,7 @@ BOOST_AUTO_TEST_CASE(test_Simple)
 }
 
 static const size_t stackSize = 8 * 1024;
-static const size_t headroom = 512; // Decrease to hit stackoverflow
+static const size_t headroom = 1536; // Decrease to hit stackoverflow
 
 static void doAlmostStackoverflow(void* arg)
 {