diff options
Diffstat (limited to 'coro.c')
-rw-r--r-- | coro.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -307,6 +307,7 @@ coro_create (coro_context *ctx, coro_func coro, void *arg, void *sptr, long ssiz #endif ctx->sp -= NUM_SAVED; + memset (ctx->sp, 0, sizeof (*ctx->sp) * NUM_SAVED); # elif CORO_UCONTEXT |