Address peer feedback

This commit is contained in:
kaleb-himes
2020-06-24 11:25:12 -06:00
parent 2285071fbc
commit fdce5152c5

View File

@ -3082,7 +3082,7 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
XMEMSET(msg, 0, MSG32);
XMEMSET(resumeMsg, 0, MSG32);
msgSz = resumeSz = sizeof(msgGet) - 1;
msgSz = resumeSz = (int) XSTRLEN(msgGet);
XMEMCPY(msg, msgGet, msgSz);
XMEMCPY(resumeMsg, msgGet, resumeSz);
}