Re: svn commit: r1572703 - /httpd/httpd/trunk/modules/lua/lua_request.c

2014-02-27 Thread Yann Ylavic
I suggest the following patch to avoid apr_size_t& to apr_off_t& : Index: modules/lua/lua_request.c === --- modules/lua/lua_request.c(revision 1572748) +++ modules/lua/lua_request.c(working copy) @@ -321,9 +321,9 @@ static int

Re: svn commit: r1572703 - /httpd/httpd/trunk/modules/lua/lua_request.c

2014-02-27 Thread Daniel Gruno
On 02/27/2014 10:53 PM, Yann Ylavic wrote: > On Thu, Feb 27, 2014 at 8:10 PM, > wrote: > > Author: humbedooh > Date: Thu Feb 27 19:10:55 2014 > New Revision: 1572703 > > URL: http://svn.apache.org/r1572703 > Log: > mod_lua: Only read up to wha

Re: svn commit: r1572703 - /httpd/httpd/trunk/modules/lua/lua_request.c

2014-02-27 Thread Yann Ylavic
On Thu, Feb 27, 2014 at 8:10 PM, wrote: > Author: humbedooh > Date: Thu Feb 27 19:10:55 2014 > New Revision: 1572703 > > URL: http://svn.apache.org/r1572703 > Log: > mod_lua: Only read up to whatever the user defines as max size when using > r:parsebody() - if content length is greater, return an