[EMAIL PROTECTED] wrote:

>   +AP_DECLARE(int) ap_rgetline(char **s, int n, request_rec *r, int fold)

>   -        last_char = pos + length - 1;
>   -        if (last_char < beyond_buff) {
>   +        if (length - 1 < n) {

how do we keep track of buffer overrun conditions when there are
multiple reads?  unlikely, I know, but...

Greg

Reply via email to