CERT C Secure Coding Standard | ARR02-C. Explicitly specify array bounds, even if implicitly defined by an initializer STR32-C. Do not pass a non-null-terminated character sequence to a library function that expects a string |
SEI CERT C++ Coding Standard | STR08-CPP. Do not specify the bound of a character array initialized with a string literal |
ISO/IEC TR 24772:2013 | String Termination [CJM] |