readsb-protobuf icon indicating copy to clipboard operation
readsb-protobuf copied to clipboard

fails to build with default GCC 15 settings

Open marcusmueller opened this issue 3 months ago • 1 comments

… 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?

marcusmueller avatar Sep 15 '25 17:09 marcusmueller