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 #164, consistent "chunk" test sizes #169

Merged
merged 1 commit into from
Jan 18, 2022

Commits on Jan 12, 2022

  1. Fix nasa#164, consistent "chunk" test sizes

    Do not use a random uint16 to size the structure that is allocated
    on the stack.  Pick a reasonable size that is not likely to overrun
    the stack, and use it.
    
    This fixes a crash/stack overrun issue when running on RTEMS.
    jphickey committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    bc1b4c9 View commit details
    Browse the repository at this point in the history