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

* tdbio.c: Fixed format string bugs related to the sue of

DB_NAME.  Reported by Florian Weimer.
This commit is contained in:
Werner Koch 2003-12-23 19:20:15 +00:00
parent 71c3000b91
commit 5bec60f5ae
2 changed files with 13 additions and 9 deletions

View file

@ -1,3 +1,8 @@
2003-12-23 Werner Koch <wk@gnupg.org>
* tdbio.c: Fixed format string bugs related to the sue of
DB_NAME. Reported by Florian Weimer.
2003-12-10 David Shaw <dshaw@jabberwocky.com>
* getkey.c (get_pubkey_fast): This one is sort of obscure.