f3b65c66f8
Unbound uses a 64 kb large character array on the stack, which leads to a stack overflow for some libc implementations. musl only gives 80 kb in total. This PR changes the stack size for these threads to 1mb, which solves the segmentation fault. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
net_node_common.h | ||
net_node.cpp | ||
net_node.h | ||
net_node.inl | ||
net_peerlist_boost_serialization.h | ||
net_peerlist.cpp | ||
net_peerlist.h | ||
p2p_protocol_defs.h | ||
stdafx.h |