Skip to content

Fix nasa#153, Replaced zero with NULL for stack pointer in call to CFE_ES_CreateChildTask() in fm_child.c - #154

Merged
myc-yang merged 1 commit into
nasa:devfrom
myc-yang:153-zero-instead-of-null-in-fm-child
Aug 28, 2026
Merged

Fix nasa#153, Replaced zero with NULL for stack pointer in call to CFE_ES_CreateChildTask() in fm_child.c#154
myc-yang merged 1 commit into
nasa:devfrom
myc-yang:153-zero-instead-of-null-in-fm-child

Conversation

@myc-yang

@myc-yang myc-yang commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Checklist (Please check before submitting)

Describe the contribution
Fixes #153

Expected behavior changes
No Impact on Behavior

Testing performed
GitHub Actions and Axle

System(s) tested on
GitHub Actions and Axle.

Contributor Info - All information REQUIRED for consideration of pull request
Michael Yang / NASA GSFC

For members of the cFS Team
Click the Preview tab and select the pull request template corresponding to the type of change you are submitting:

@myc-yang
myc-yang requested a review from jphickey August 18, 2026 17:26
@myc-yang
myc-yang force-pushed the 153-zero-instead-of-null-in-fm-child branch from a4f48e5 to ccec18e Compare August 28, 2026 14:13
@myc-yang
myc-yang merged commit a412803 into nasa:dev Aug 28, 2026
18 checks passed
@myc-yang
myc-yang deleted the 153-zero-instead-of-null-in-fm-child branch August 28, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Call to CFE_ES_CreateChildTask() in fm_child.c uses zero for pointer instead of NULL

3 participants