Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270305 | Differences between
and this patch

Collapse All | Expand All

(-)d1_both.c (-1 / +2 lines)
Lines 519-524 Link Here
519
519
520
	if ( s->d1->handshake_read_seq == frag->msg_header.seq)
520
	if ( s->d1->handshake_read_seq == frag->msg_header.seq)
521
		{
521
		{
522
		unsigned long frag_len = frag->msg_header.frag_len;
522
		pqueue_pop(s->d1->buffered_messages);
523
		pqueue_pop(s->d1->buffered_messages);
523
524
524
		al=dtls1_preprocess_fragment(s,&frag->msg_header,max);
525
		al=dtls1_preprocess_fragment(s,&frag->msg_header,max);
Lines 536-542 Link Here
536
		if (al==0)
537
		if (al==0)
537
			{
538
			{
538
			*ok = 1;
539
			*ok = 1;
539
			return frag->msg_header.frag_len;
540
			return frag_len;
540
			}
541
			}
541
542
542
		ssl3_send_alert(s,SSL3_AL_FATAL,al);
543
		ssl3_send_alert(s,SSL3_AL_FATAL,al);

Return to bug 270305