...
This rule appears in the C++ Secure Coding Standard as STR31-CPP. Guarantee that storage for strings character arrays has sufficient space for character data and the null terminator.
...
...
This rule appears in the C++ Secure Coding Standard as STR31-CPP. Guarantee that storage for strings character arrays has sufficient space for character data and the null terminator.
...