Re: LimitRequestBody is broken in 2.4.13-2.4.15

2015-06-30 Thread Michael Kaufmann
Thanks for reporting this before the testing/release. Fixed in r1688274 (will now propose a backport), and since this is a showstopper, it will be merged (once reviewed) before 2.4.16/2.2.30. Proposed patch (for backport) is http://people.apache.org/~ylavic/httpd-2.4.x-fix_LimitRequestBody.patch

Re: LimitRequestBody is broken in 2.4.13-2.4.15

2015-06-29 Thread Yann Ylavic
On Mon, Jun 29, 2015 at 7:58 PM, Yann Ylavic wrote: > On Mon, Jun 29, 2015 at 6:57 PM, Michael Kaufmann > wrote: >> LimitRequestBody is broken in the (unreleased) Apache versions 2.4.13-2.4.15 >> because of this change: http://svn.apache.org/r1684515 >> >> In http_filters.c, ap_http_filter(): The

Re: LimitRequestBody is broken in 2.4.13-2.4.15

2015-06-29 Thread Yann Ylavic
On Mon, Jun 29, 2015 at 6:57 PM, Michael Kaufmann wrote: > LimitRequestBody is broken in the (unreleased) Apache versions 2.4.13-2.4.15 > because of this change: http://svn.apache.org/r1684515 > > In http_filters.c, ap_http_filter(): The variable "totalread" is > uninitialized if readbytes is 0. >

LimitRequestBody is broken in 2.4.13-2.4.15

2015-06-29 Thread Michael Kaufmann
Hi, LimitRequestBody is broken in the (unreleased) Apache versions 2.4.13-2.4.15 because of this change: http://svn.apache.org/r1684515 In http_filters.c, ap_http_filter(): The variable "totalread" is uninitialized if readbytes is 0. Messages similar to this one are logged: "AH01591: Read