• Nils Goroll's avatar
    Use a separate segment for the sigaltstack · e05e9f85
    Nils Goroll authored
    Having a stack on the heap just feels unclean, also this way we have a chance
    to get a red zone adjacent to the mapping just in case we manage to overflow
    the alt stack also.
    
    Ref: #2396
    e05e9f85
mgt_child.c 18.1 KB