Closed coderkalyan closed 2 years ago
Closes #183
As per MISRA, flexible array members should be replaced with maximum-size allocation and the following pointer arithmetic to avoid undefined behavior.
Closes #183