mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Merge pull request #4242 from wizeman/fix-stack-overflow
Fix stack overflow introduced in #4206
This commit is contained in:
commit
cdc840d60b
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class DefaultStackAllocator : public StackAllocator {
|
||||||
}
|
}
|
||||||
|
|
||||||
void deallocate(boost::context::stack_context sctx) {
|
void deallocate(boost::context::stack_context sctx) {
|
||||||
deallocate(sctx);
|
stack.deallocate(sctx);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue