Re: svn commit: r1639717 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number modules/aaa/mod_authnz_fcgi.c

2014-11-14 Thread Jeff Trawick
On Fri, Nov 14, 2014 at 1:18 PM, yla...@apache.org wrote: Author: ylavic Date: Fri Nov 14 18:18:15 2014 New Revision: 1639717 URL: http://svn.apache.org/r1639717 Log: mod_authnz_fcgi: Fix a potential crash with response headers' size above 8K. (similar to r1638818 for mod_proxy_fcgi).

Re: svn commit: r1639717 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number modules/aaa/mod_authnz_fcgi.c

2014-11-14 Thread Yann Ylavic
On Fri, Nov 14, 2014 at 11:25 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 14, 2014 at 1:18 PM, yla...@apache.org wrote: [] -static int handle_headers(request_rec *r, - int *state, - char *readbuf) +static int

Re: svn commit: r1639717 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number modules/aaa/mod_authnz_fcgi.c

2014-11-14 Thread Jeff Trawick
On Fri, Nov 14, 2014 at 6:00 PM, Yann Ylavic ylavic@gmail.com wrote: On Fri, Nov 14, 2014 at 11:25 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 14, 2014 at 1:18 PM, yla...@apache.org wrote: [] -static int handle_headers(request_rec *r, - int *state,

Re: svn commit: r1639717 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number modules/aaa/mod_authnz_fcgi.c

2014-11-14 Thread Yann Ylavic
On Sat, Nov 15, 2014 at 12:40 AM, Jeff Trawick traw...@gmail.com wrote: Summary: I don't think it is a big deal in practice but I think it can be confusing that the code that just needs to determine if the end has been found can discover errors that otherwise would be unnoticed. I agree, the

Re: svn commit: r1638879 - /httpd/httpd/trunk/server/mpm/event/event.c

2014-11-14 Thread Marion Christophe JAILLET
Hi, the same pattern exists in eventopt. CJ Le 12/11/2014 18:32, cove...@apache.org a écrit : Author: covener Date: Wed Nov 12 17:32:24 2014 New Revision: 1638879 URL: http://svn.apache.org/r1638879 Log: avoid dereferencing a recently apr_pool_clear()'ed event_conn_state_t *cs in several