DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18783>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18783 recent change in ap_rgetline_core created an infinite loop Summary: recent change in ap_rgetline_core created an infinite loop Product: Apache httpd-2.0 Version: 2.0.45 Platform: All OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Core AssignedTo: bugs@httpd.apache.org ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] I have a customer built module. When there is an request, I use ap_rgetline to read request lines. At the end of request, ap_rgetline_core encountered an eos at line 275 (set saw_eos = 1;), and it does break! However, there is a recent added for(;;) loop, that created an infinite loop. Please valify it and let me know. TD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]