IAR compiler for ARM 7.70.2.11706 - unitialized warning

This commit is contained in:
kaleb-himes
2016-10-26 09:33:15 -06:00
parent 703d504b58
commit 2122ee2eb5

View File

@@ -7754,7 +7754,7 @@ static int GetDeepCopySession(WOLFSSL* ssl, WOLFSSL_SESSION* copyFrom)
{ {
WOLFSSL_SESSION* copyInto = &ssl->session; WOLFSSL_SESSION* copyInto = &ssl->session;
void* tmpBuff = NULL; void* tmpBuff = NULL;
int ticketLen; int ticketLen = 0;
int doDynamicCopy = 0; int doDynamicCopy = 0;
int ret = SSL_SUCCESS; int ret = SSL_SUCCESS;