Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Change the vmlist attribute from array to pointer
Pedantic C does not allow for the initialization of flexible array members. The presented solution follows the same pattern as other attributes in structs used in the configuration (e.g., shmemlist or regions). Signed-off-by: Miguel Silva <[email protected]>
- Loading branch information