Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0

*** 638,648 **** 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) --- 638,647 ----
*** 768,778 **** { /* 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; if (i<=0) goto err; } item = pitem_new(seq64be, frag); --- 767,777 ---- { /* 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; if (i<=0) goto err; } item = pitem_new(seq64be, frag);