You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… 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";).
… 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?