1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fixed bug 842 (segv in gpgconf)

This commit is contained in:
Werner Koch 2007-10-19 08:49:07 +00:00
parent 917ee1d5fd
commit bea6c580f2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-10-19 Werner Koch <wk@g10code.com>
* gpgconf-comp.c (retrieve_options_from_file): Don't call fclose
with NULL. Fixes bug 842.
2007-10-12 Werner Koch <wk@g10code.com>
* gpg-connect-agent.c (substitute_line): Allow ${foo} syntax.