GNUPG-1-9-BRANCH gnupg/g10 (6 files)
cvs user werner
cvs at cvs.gnupg.org
Wed Dec 17 13:26:56 CET 2003
Date: Wednesday, December 17, 2003 @ 13:26:56
Author: werner
Path: /cvs/gnupg/gnupg/g10
Tag: GNUPG-1-9-BRANCH
Modified: ChangeLog card-util.c keyedit.c passphrase.c tdbio.c trustdb.c
* card-util.c (print_name): Fixed bad format string usage.
(print_isoname): Ditto.
* trustdb.c (check_regexp): s/exp/expr/.
* keyedit.c (trustsig_prompt): Removed a "> 255" term; it is
always false due to the data type.
* passphrase.c (agent_get_passphrase): Use xasprintf and avoid
non-literal format strings.
* tdbio.c (upd_hashtable, drop_from_hashtable, lookup_hashtable):
Fixed log_error format string bugs. Kudos to the now working
gcc-3.3 -Wformat-nonliteral and Florian Weimer's investigations in
gnupg 1.2.3.
--------------+
ChangeLog | 18 ++++++++++++++++++
card-util.c | 5 ++---
keyedit.c | 4 ++--
passphrase.c | 18 ++++++------------
tdbio.c | 31 +++++++++++++++++--------------
trustdb.c | 8 ++++----
6 files changed, 49 insertions(+), 35 deletions(-)
More information about the Gnupg-commits
mailing list