Skip to content

Fix nasa#1564, local_arg in OS_Console_Create_Impl() initialized to NULL instead of zero pointer - #1565

Open
myc-yang wants to merge 1 commit into
nasa:devfrom
myc-yang:1564-local-arg-initialize-zero-instead-null
Open

Fix nasa#1564, local_arg in OS_Console_Create_Impl() initialized to NULL instead of zero pointer#1565
myc-yang wants to merge 1 commit into
nasa:devfrom
myc-yang:1564-local-arg-initialize-zero-instead-null

Conversation

@myc-yang

Copy link
Copy Markdown
Contributor

Checklist (Please check before submitting)

Describe the contribution
Fixes #1564

Testing performed
Steps taken to test the contribution:

  1. Build steps '...'
  2. Execution steps '...'

Expected behavior changes
No Impact on Behavior

System(s) tested on

  • Hardware: [e.g. PC, SP0, MCP750]
  • OS: [e.g. Ubuntu 18.04, RTEMS 4.11, VxWorks 6.9]
  • Versions: [e.g. cFE 6.6, OSAL 4.2, PSP 1.3 for mcp750, any related apps or tools]

Additional context
Add any other context about the contribution here.

Third party code
If included, identify any third party code and provide text file of license

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 20, 2026 12:50
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.

os-impl-console.c initializes OS_VoidPtrValueWrapper_t local_arg to zero instead of NULL

3 participants