Re: Memory leak in mod_ssl ssl_callback_TmpDH

2014-06-02 Thread Ruediger Pluem
Joe Orton wrote: > On Wed, May 28, 2014 at 10:10:16PM +0200, Ruediger Pluem wrote: >> Thanks, but I missed some stuff during review: >> >> 1. We don't need to have two DH pointers in make_dh_params > > Doh! > >> 2. There possible frees on NULL pointers in free_dh_params: > > This is unnecessa

Re: [PATCH ASF bugzilla# 55897]prefork_mpm patch with SO_REUSEPORT support

2014-06-02 Thread Marion et Christophe JAILLET
Hi,   see http://httpd.apache.org/lists.html#http-dev You should just send a mail to  dev-unsubscr...@httpd.apache.org.   best regards,   CJ > Message du 02/06/14 16:16 > De : "Mihai Iacob" > A : dev@httpd.apache.org > Copie à : > Objet : Re: [PATCH ASF bugzilla# 55897]prefork_mpm pat

Re: [PATCH ASF bugzilla# 55897]prefork_mpm patch with SO_REUSEPORT support

2014-06-02 Thread Mihai Iacob
How do I unsubscribe from this list ? Regards, Mihai Iacob DB2 Security Development DB2 pureScale Development Phone: (905) 413-5378 Email: mia...@ca.ibm.com From: Jim Jagielski To: dev@httpd.apache.org Date: 06/02/2014 07:36 AM Subject:Re: [PATCH ASF bugzilla# 55897]prefork_mp

Re: [PATCH ASF bugzilla# 55897]prefork_mpm patch with SO_REUSEPORT support

2014-06-02 Thread Jim Jagielski
Thanks! On Jun 2, 2014, at 4:22 AM, Lu, Yingqi wrote: > Hi Jim, > > Personally, I think the second approach is better, it keeps ap_mpm_pod_signal > () and ap_mpm_pod_killpg () exactly as the original ones, only modifies > dummy_connection (). Please let me know if you have different opinions.