summaryrefslogtreecommitdiff
path: root/net-libs/wvstreams/files/wvstreams-4.6.1-2048-bytes-should-be-enough-right-question-mark.patch
blob: 15fb13ca633cb9c3c3e40580d2b1f4fec088b1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/utils/wvtask.cc
+++ b/utils/wvtask.cc
@@ -429,7 +429,7 @@
 	    total = (val+1) * (size_t)1024;
 	    
             if (!use_shared_stack())
-                total = 1024; // enough to save the do_task stack frame
+                total = 2048; // enough to save the do_task stack frame
 
 	    // set up a stack frame for the new task.  This runs once
 	    // per get_stack.