Checklist (Please check before submitting)
Describe the bug
In MD_ManageDwellTable() in md_app.c, MD_LoadTablePtr is initialized to zero instead of NULL.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
According to MISRA C:2012 11.9: The macro NULL shall be the only permitted form of integer null pointer constant.
Code snips
If applicable, add references to the software.
System observed on:
- Hardware
- OS: [e.g. Linux 4.4]
- Versions [e.g. cFE 6.6, OSAL 4.2, PSP 1.3 for mcp750, any related apps]
Additional context
Add any other context about the problem here.
Reporter Info
Michael Yang / NASA GSFC
Checklist (Please check before submitting)
Describe the bug
In MD_ManageDwellTable() in md_app.c, MD_LoadTablePtr is initialized to zero instead of NULL.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
According to MISRA C:2012 11.9: The macro NULL shall be the only permitted form of integer null pointer constant.
Code snips
If applicable, add references to the software.
System observed on:
Additional context
Add any other context about the problem here.
Reporter Info
Michael Yang / NASA GSFC