aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* needstack: We cannot protect ourself from death by SIGSEGV, the CPU would halt and catch fire.Mattias Andrée2015-12-301-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* needstack: forgot to set the maskMattias Andrée2015-12-301-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* needstack: use pthread_sigmask rather than sigprocmaskMattias Andrée2015-12-301-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix issue #9 on githubMattias Andrée2015-12-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* add needstackMattias Andrée2015-12-201-0/+154
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>