mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Properly close files opened by es_fopen.
Allow setting of an empty passphrase. Assorted W32 changes.
This commit is contained in:
parent
5f97dd2c44
commit
bce4ea798a
9 changed files with 65 additions and 23 deletions
|
@ -861,6 +861,7 @@ es_func_file_create (void **cookie, int *filedes,
|
|||
#endif
|
||||
|
||||
file_cookie->fd = fd;
|
||||
file_cookie->no_close = 0;
|
||||
*cookie = file_cookie;
|
||||
*filedes = fd;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue