]> granicus.if.org Git - pdns/commit
Increase MTasker stacksize
authorJames Cowgill <jcowgill@debian.org>
Fri, 12 Jan 2018 21:26:03 +0000 (22:26 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 29 Mar 2018 17:27:45 +0000 (19:27 +0200)
commit655425580574f95c6b97c581203ccb157c922324
tree157143e05640d4c3a960de70656076aa7c4d5f7e
parentd4ac9dc14a9a1c47650542df729bad2c679dc319
Increase MTasker stacksize

Throwing an exception uses libgcc's stack unwinder. On mips64el
the unwinder will overflow the default stack size of 8K. In turn
the return ucontext gets overwritten, resulting in a jump into
garbage.
pdns/mtasker.hh