Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 477556
Collapse All | Expand All

(-)rfc2131.c.orig (-1 / +1 lines)
Lines 534-540 Link Here
534
	}
534
	}
535
      
535
      
536
      if (fqdn_flags & 0x04)
536
      if (fqdn_flags & 0x04)
537
	while (*op != 0 && ((op + (*op) + 1) - pp) < len)
537
	while (*op != 0 && ((op + (*op)) - pp) < len)
538
	  {
538
	  {
539
	    memcpy(pq, op+1, *op);
539
	    memcpy(pq, op+1, *op);
540
	    pq += *op;
540
	    pq += *op;

Return to bug 477556