Checklist (Please check before submitting)
Describe the bug
The macro HS_MEMBER_SIZE uses 0 instead of NULL.
To Reproduce
N/A
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: Linux 9.8
- Versions HS v7.0.1
Additional context
Add any other context about the problem here.
Reporter Info
Checklist (Please check before submitting)
Describe the bug
The macro HS_MEMBER_SIZE uses 0 instead of NULL.
To Reproduce
N/A
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