Skip to content

fixed a compiler error/warning of unterminated-string-initialization#197

Merged
prashymh merged 1 commit intoARM-software:mainfrom
prashymh:main
Dec 26, 2025
Merged

fixed a compiler error/warning of unterminated-string-initialization#197
prashymh merged 1 commit intoARM-software:mainfrom
prashymh:main

Conversation

@prashymh
Copy link
Copy Markdown
Contributor

the rule_desc field was allocated 40 bytes, but one rule needs 41 this cause issue of unterminated string initialization, fixed it by increasing the size to 44, so overall structure is capped at 64 bytes, this issue surfaced as warning in new compiler version - gcc 15.2

the rule_desc field was allocated 40 bytes, but one rule needs 41
this cause issue of unterminated string initialization, fixed it by
increasing the size to 44, so overall structure is capped at 64 bytes
@prashymh prashymh requested a review from amrathesh December 26, 2025 11:31
@prashymh prashymh merged commit 6bb2b8b into ARM-software:main Dec 26, 2025
26 checks passed
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.

1 participant