mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
estream: Fix deadlock in es_fileno.
* src/estream.c (es_fileno_unlocked): Call the unlocked functions.
This commit is contained in:
parent
aeb81727c7
commit
ecea94461e
@ -3300,7 +3300,7 @@ es_fileno_unlocked (estream_t stream)
|
||||
{
|
||||
es_syshd_t syshd;
|
||||
|
||||
if (es_syshd (stream, &syshd))
|
||||
if (es_syshd_unlocked (stream, &syshd))
|
||||
return -1;
|
||||
switch (syshd.type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user