mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Improve stack overflow recovery
It's now possible to use sigaltstack() to recover from stack overflows on Windows. Several bugs in sigaltstack() have been fixed, for all our supported platforms. There's a newer better example showing how to use this, along with three independent unit tests just to further showcase the various techniques.
This commit is contained in:
parent
1694edf85c
commit
4631d34d0d
24 changed files with 590 additions and 274 deletions
2
third_party/make/job.c
vendored
2
third_party/make/job.c
vendored
|
@ -1939,7 +1939,7 @@ child_execute_job (struct childbase *child,
|
|||
(STRING_SIZE_TUPLE (".PLEDGE"),
|
||||
c ? c->file : 0, 0));
|
||||
promises = ps ? xstrdup (ps) : 0;
|
||||
if (ParsePromises (promises, &ipromises))
|
||||
if (ParsePromises (promises, &ipromises, 0))
|
||||
{
|
||||
OSS (error, NILF, "%s: invalid .PLEDGE string: %s",
|
||||
argv[0], strerror (errno));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue