1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* sign.c (sign_file): Do not push textmode filter onto an unopened IOBUF

(segfault).  Noted by Marcus Brinkmann.  Push and reinitialize textmode
filter for each file in a multiple file list.
This commit is contained in:
David Shaw 2003-02-13 02:26:45 +00:00
parent eee851ad83
commit 651b713d12
2 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2003-02-12 David Shaw <dshaw@jabberwocky.com>
* sign.c (sign_file): Do not push textmode filter onto an unopened
IOBUF (segfault). Noted by Marcus Brinkmann. Push and
reinitialize textmode filter for each file in a multiple file
list.
2003-02-11 David Shaw <dshaw@jabberwocky.com>
* g10.c (print_mds): Check that SHA384 and 512 are available