Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #506, enforce nonzero stack size #508

Merged

Commits on Jun 16, 2020

  1. Fix nasa#506, enforce nonzero stack size

    Resolve inconsistency in how the stack size is treated across
    different OS implemntations.  POSIX would enforce a minimum,
    where RTEMS would not.
    
    With this change the user requested size is passed through
    to the underlying OS exactly as is, no enforced minimum.
    
    An additional sanity check is added at the shared layer to
    ensure that the stack size is never passed as 0.
    jphickey committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    d6bf132 View commit details
    Browse the repository at this point in the history