Skip to content

fails to build with default GCC 15 settings #38

@marcusmueller

Description

@marcusmueller

… due to building length N+1 strings (i.e. "ABCD", that's 5 bytes, due to the null terminator), and using them as length N chararrays (i.e., char tooshort[4] = "ABCD";).

I have a fix for this. Are you accepting PRs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions