Re: svn commit: r1876937 - /httpd/httpd/trunk/modules/ssl/ssl_engine_init.c

2020-04-24 Thread Yann Ylavic
On Fri, Apr 24, 2020 at 9:12 PM Marion & Christophe JAILLET wrote: > > Le 24/04/2020 à 21:02, Ruediger Pluem a écrit : > > > > On 4/24/20 7:04 PM, yla...@apache.org wrote: > >> > >> +memset(buf, 0, sizeof(buf)); > > > > I cannot remember the gory details, but I remember a discussion either

Re: svn commit: r1876937 - /httpd/httpd/trunk/modules/ssl/ssl_engine_init.c

2020-04-24 Thread Marion & Christophe JAILLET
Le 24/04/2020 à 21:02, Ruediger Pluem a écrit : On 4/24/20 7:04 PM, yla...@apache.org wrote: Author: ylavic Date: Fri Apr 24 17:04:28 2020 New Revision: 1876937 URL: http://svn.apache.org/viewvc?rev=1876937=rev Log: mod_ssl: follow up to r1876934: OSSL_PARAM_construct_*() make no copy.

Re: svn commit: r1876937 - /httpd/httpd/trunk/modules/ssl/ssl_engine_init.c

2020-04-24 Thread Ruediger Pluem
On 4/24/20 7:04 PM, yla...@apache.org wrote: > Author: ylavic > Date: Fri Apr 24 17:04:28 2020 > New Revision: 1876937 > > URL: http://svn.apache.org/viewvc?rev=1876937=rev > Log: > mod_ssl: follow up to r1876934: OSSL_PARAM_construct_*() make no copy. > > Pass