Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed unterminated string initialization
Backport of: #1030 Relates to: https://bugzilla.redhat.com/show_bug.cgi?id=2339937 gcc v15+ will add the static check for unterminated string initialization as default, thus causing the build to fail due to the hexchar function. Since this function uses the char array only for mapping an integer to a hexadecimal char, this error can be ignored. Signed-off-by: Michael Engel <mengel@redhat.com>
- Loading branch information