Re: [PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization.

2018-08-30 Thread Willy Tarreau
On Thu, Aug 30, 2018 at 07:27:47PM +0200, PiBa-NL wrote: > Op 30-8-2018 om 10:07 schreef Willy Tarreau: > > On Thu, Aug 30, 2018 at 10:03:32AM +0200, Thierry Fournier wrote: > > > Hi Pieter, > > > > > > Your patch makes sense ! > > > Good catch. > > > Willy, could you apply ? > > OK now applied,

Re: [PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization.

2018-08-30 Thread PiBa-NL
Op 30-8-2018 om 10:07 schreef Willy Tarreau: On Thu, Aug 30, 2018 at 10:03:32AM +0200, Thierry Fournier wrote: Hi Pieter, Your patch makes sense ! Good catch. Willy, could you apply ? OK now applied, thank you guys! Willy Willy, thanks. Thierry, for the record, its not my patch, Frederic

Re: [PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization.

2018-08-30 Thread Willy Tarreau
On Thu, Aug 30, 2018 at 10:03:32AM +0200, Thierry Fournier wrote: > Hi Pieter, > > Your patch makes sense ! > Good catch. > Willy, could you apply ? OK now applied, thank you guys! Willy

Re: [PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization.

2018-08-30 Thread Thierry Fournier
> Note that Pieter reg testing files reg-tests/lua/b2.* come with this >>> patch. >>> >>> >>> Fred. >>> From d6d38a354a89b55f91bb9962c5832a089d960b60 Mon Sep 17 00:00:00 2001 >>> From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= &

Re: [PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization.

2018-08-29 Thread PiBa-NL
Subject: [PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization. When calling ->prepare_srv() callback for SSL server which depends on global "nbthread" value, this latter was not already parsed, so equal to 1 default value. This lead to bad memory accesses. Thank you to Pi

Re: [PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization.

2018-08-29 Thread Olivier Houchard
ug 2018 13:46:24 +0200 > Subject: [PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization. > > When calling ->prepare_srv() callback for SSL server which > depends on global "nbthread" value, this latter was not already parsed, > so equal to 1 default v

[PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization.

2018-08-29 Thread Frederic Lecaille
with this patch. Fred. >From d6d38a354a89b55f91bb9962c5832a089d960b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Wed, 29 Aug 2018 13:46:24 +0200 Subject: [PATCH] BUG/MAJOR: thread: lua: Wrong SSL context initialization. When calling ->prepare_srv() ca