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

Fix #2516, propagate stack pointer for child tasks

5dc12a7
Select commit
Loading
Failed to load commit list.
Merged

Fix #2516, propagate stack pointer for child tasks #2517

Fix #2516, propagate stack pointer for child tasks
5dc12a7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Mar 6, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 113 in modules/cfe_testcase/src/es_task_test.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 96 in modules/cfe_testcase/src/es_task_test.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note test

All functions of more than 10 lines should have at least one assertion.

Check notice on line 360 in modules/cfe_testcase/src/es_task_test.c

See this annotation in the file changed.

Code scanning / CodeQL

Conditional compilation Note test

Use of conditional compilation must be kept to a minimum.