On Sun, Aug 28, 2011 at 4:22 PM, Stefan Fritsch <[email protected]> wrote:

looks good overall.

+                    while (start64 - off_first > (apr_uint64_t)copy->length) {
+                        apr_bucket *tmp;
+                        int i = 0;
+                        if (i++ >= 99999)
+                            return APR_EINVAL;

I assume you meant to initialize i before the while() loop.

Greg

Reply via email to