Merge pull request #602 from kaleb-himes/forums-support-case-user-sp
IAR compiler for ARM 7.70.2.11706 - unitialized warning
This commit is contained in:
commit
7ef037af0f
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user