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

(-)tcprules.c.orig (+3 lines)
Lines 127-132 Link Here
127
    for (;;) {
127
    for (;;) {
128
      int tmp;
128
      int tmp;
129
      tmp = byte_chr(x + colon,len - colon,':');
129
      tmp = byte_chr(x + colon,len - colon,':');
130
	  if(colon == 0 && tmp == len) {
131
		strerr_die2x(111, FATAL, "Unable to find colon on non-empty line.");
132
	  }
130
      colon += tmp;
133
      colon += tmp;
131
      if (colon == len) continue;
134
      if (colon == len) continue;
132
      if (byte_equal(x+colon+1,4,"deny") || byte_equal(x+colon+1,5,"allow")) break;
135
      if (byte_equal(x+colon+1,4,"deny") || byte_equal(x+colon+1,5,"allow")) break;

Return to bug 90679