Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: correct computation of stack size on Mac Posix port
Computes the stack size after the end is aligned to a page boundary. The original code in (FreeRTOS#674) did not account for this so some combinations of stack address alignments and sizes would cause a segfault. Tested on ARM64 and Intel MacOS, as well as ARM64 and Intel Linux.
- Loading branch information