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 #2301, adjust UT pool buffer size for platform config #2328

Merged
merged 1 commit into from
May 12, 2023

Commits on May 5, 2023

  1. Fix nasa#2301, adjust UT pool buffer size for platform config

    If the CFE_PLATFORM_ES_MAX_BLOCK_SIZE is increased, then increase the UT
    pool buffer accordingly.  This had been hardcoded to 128k.
    
    Also consider pool exhaustion to be a fatal error, as continuing the
    test will certainly segfault and this makes the original error harder to
    spot.
    jphickey committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e65be5f View commit details
    Browse the repository at this point in the history