Displaying 5 results from an estimated 5 matches for "crypto_w_unlock".
Did you mean:
crypto_w_lock
2017 Sep 08
1
pop3-login core dump when using TLSSTART on version dovecot-2.2.32 (OPEN)
...time -
* there's a chance that both threads will together take the count from 2
* to 0 without either calling finish().
*/
e->funct_ref--;
engine_ref_debug(e, 1, -1);
if ((e->funct_ref == 0) && e->finish) {
if (unlock_for_handlers)
CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
to_return = e->finish(e);
if (unlock_for_handlers)
CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
if (!to_return)
return 0;
}
#ifdef REF_CHECK
if (e->funct_ref < 0) {
fprintf(stderr, "ENGINE_finish, bad functiona...
2017 Sep 11
1
pop3-login core dump when using TLSSTART on version dovecot-2.2.32 (INTERNAL)
...that both threads will together take the count from 2
> * to 0 without either calling finish().
> */
> e->funct_ref--;
> engine_ref_debug(e, 1, -1);
> if ((e->funct_ref == 0) && e->finish) {
> if (unlock_for_handlers)
> CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
> to_return = e->finish(e);
> if (unlock_for_handlers)
> CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
> if (!to_return)
> return 0;
> }
> #ifdef REF_CHECK
> if (e->funct_ref < 0) {
> fprin...
2017 Sep 11
1
pop3-login core dump when using TLSSTART on version dovecot-2.2.32 (INTERNAL)
...her take the count from 2
>> * to 0 without either calling finish().
>> */
>> e->funct_ref--;
>> engine_ref_debug(e, 1, -1);
>> if ((e->funct_ref == 0) && e->finish) {
>> if (unlock_for_handlers)
>> CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
>> to_return = e->finish(e);
>> if (unlock_for_handlers)
>> CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
>> if (!to_return)
>> return 0;
>> }
>> #ifdef REF_CHECK
>> if (e->funct_...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...t;>> * to 0 without either calling finish().
>>> */
>>> e->funct_ref--;
>>> engine_ref_debug(e, 1, -1);
>>> if ((e->funct_ref == 0) && e->finish) {
>>> if (unlock_for_handlers)
>>> CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
>>> to_return = e->finish(e);
>>> if (unlock_for_handlers)
>>> CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
>>> if (!to_return)
>>> return 0;
>>> }
>>> #ifdef REF_CHECK
&...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...ithout either calling finish().
>>>> */
>>>> e->funct_ref--;
>>>> engine_ref_debug(e, 1, -1);
>>>> if ((e->funct_ref == 0) && e->finish) {
>>>> if (unlock_for_handlers)
>>>> CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
>>>> to_return = e->finish(e);
>>>> if (unlock_for_handlers)
>>>> CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
>>>> if (!to_return)
>>>> return 0;
>>>> }
>>...