PR 49474
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965824
13f79535-47bb-0310-9956-
ffa450edef68
fails to set r->user. Log bug and return 500 instead.
PR 42995 [Nick Kew]
+ *) HTTP protocol filter: fix handling of longer chunk extensions
+ PR 49474 [<tee.bee gmx.de>]
+
Changes with Apache 2.3.6
*) SECURITY: CVE-2009-3555 (cve.mitre.org)
if (lineend[len - 1] != APR_ASCII_LF) {
return APR_EAGAIN;
}
- /* Line is complete. So reset ctx->linesize for next round. */
+ /* Line is complete. So reset ctx for next round. */
ctx->linesize = 0;
+ ctx->pos = ctx->chunk_ln;
return APR_SUCCESS;
}