From 855a6d76b9bc6d18b9145b11b6d4586e7c1abea7 Mon Sep 17 00:00:00 2001 From: J Harper Date: Tue, 3 May 2016 23:36:11 -0700 Subject: [PATCH] Coverity scan fixes --- matrixssl/sslDecode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/matrixssl/sslDecode.c b/matrixssl/sslDecode.c index 014f6c1..eed8279 100644 --- a/matrixssl/sslDecode.c +++ b/matrixssl/sslDecode.c @@ -1594,6 +1594,7 @@ static int32 parseSSLHandshake(ssl_t *ssl, char *inbuf, uint32 len) /* Immediately check if we are working with a fragmented message. */ #ifdef USE_DTLS + msn = 0; /* This is the non-DTLS fragmentation handler */ if (!(ssl->flags & SSL_FLAGS_DTLS)) { #endif