Files
wvstreams/wvstreams-4.6.1-fix-stack-size.patch
Jan Engelhardt 544156e90b Accepting request 957628 from home:mnhauke
- Update to version 4.6.1
  - Upstream does not provide a changelog
- Add patches:
  * 0001-Fix-narrowing-conversion-error.patch
  * 0001-Use-explicit-cast-and-prevent-compiler-error.patch
  * wvstreams-4.6.1-fix-stack-size.patch
  * wvstreams-4.6.1-gcc10.patch
  * wvstreams-4.6.1-gcc47.patch
  * wvstreams-4.6.1-magic.patch
  * wvstreams-4.6.1-make.patch
  * wvstreams-4.6.1-multilib.patch
  * wvstreams-4.6.1-openssl11.patch
  * wvstreams-4.6.1-statinclude.patch
  * wvstreams-4.6.1-use_DEFAULT_SOURCE.patch
- Delete patches:
  * 73045.diff
  * sentinel.diff
  * set-empty.diff
  * wvcrash.diff
  * wvstreams-buildcompare.patch
  * wvstreams-fixrace.patch
  * wvstreams-gcc43.patch
  * wvstreams-gcc47.patch
  * wvstreams-headers.patch
  * wvstreams-wvmodem-iotcl.patch

OBS-URL: https://build.opensuse.org/request/show/957628
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wvstreams?expand=0&rev=32
2022-02-25 21:52:01 +00:00

14 lines
491 B
Diff

diff --git a/utils/wvtask.cc b/utils/wvtask.cc
index 9b0444c..628dc45 100644
--- a/utils/wvtask.cc
+++ b/utils/wvtask.cc
@@ -430,7 +430,7 @@ void WvTaskMan::_stackmaster()
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.