https://issues.apache.org/bugzilla/show_bug.cgi?id=39079
--- Comment #26 from HuoMingyu <[email protected]> 2009-08-09 17:02:39 PDT --- I found bug 36324, and the if (c == c->next || (c->next && c == c->next->next) || (c->next && c->next->next && c == c->next->next->next)) { abort(); } part of the code seems to be added for that bug, but I think that maybe not enough... What if we add a counter to the loop, and if the length of the loop reaches 1 millon, then just abort()? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
