Skip to content

Draft: Fix #307: Dynamically allocate space for the alternate stack

Raymond Toy requested to merge issue-307-dynamically-alloc-altstack into master

Instead of using a fixed, statically allocated space for the altstack, dynamically allocate the space.

Merge request reports