0aa7d2f8c2
the msg string is a concatenation of two strings and a '\n' character (strlen(str1) + strlen(str2) + 1) is one byte off because the string needs to be terminated by a NUL byte.