Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0
@@ -638,11 +638,10 @@
frag = NULL;
goto err;
}
}
-
/* If message is already reassembled, this must be a
* retransmit and can be dropped. In this case item != NULL and so frag
* does not need to be freed.
*/
if (frag->reassembly == NULL)
@@ -768,11 +767,11 @@
{
/* read the body of the fragment (header has already been read */
i = s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE,
frag->fragment,frag_len,0);
if ((unsigned long)i!=frag_len)
- i = -1;
+ i=-1;
if (i<=0)
goto err;
}
item = pitem_new(seq64be, frag);