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 #2516, propagate stack pointer for child tasks #2517

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 6, 2024

  1. Fix nasa#2516, propagate stack pointer for child tasks

    Update CFE_ES_CreateChildTask to propagate the user-supplied stack
    pointer to the underlying OS_TaskCreate call.  Also adds a functional
    test to check that the memory address of a local variable within a
    child task resides within the expected stack buffer.
    
    NOTE: this requires an additional fix to POSIX OSAL to make it work
    on that platform.
    jphickey committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5dc12a7 View commit details
    Browse the repository at this point in the history