Hi folks.
The project I'm working on exhibits a hang in one test case when
dealing with openssl connections, usually on 8 core machines,
when built with address sanitizer enabled. This is mature,
theoretically well-debugged production code. With help from c-reduce,
I minimized the rather complex
On 24/02/2020 03:49, Mahendra SP wrote:
> Hi Matt,
>
> Thank you for the inputs.
> I have one more query. Is it appropriate to check for the errno in this
> case and take action based on the errno values ?
No, errno should not be checked unless SSL_get_error returns
SSL_ERROR_SYSCALL.
Matt
Hi Matt,
Thank you for the inputs.
I have one more query. Is it appropriate to check for the errno in this
case and take action based on the errno values ?
Thanks
Mahendra
On Wed, Feb 19, 2020 at 3:09 PM Matt Caswell wrote:
>
>
> On 19/02/2020 05:16, Mahendra SP wrote:
> > Hi All,
> >
> > We a