aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-01-31 15:22:21 +0000
committerWerner Koch <[email protected]>2007-01-31 15:22:21 +0000
commit7759f3017eb9462f5a0911b56ba96c7a356c1303 (patch)
treefe1bd32e929d125337d16ce12ce76a86c912c1a8 /g10/ChangeLog
parentUpdated po files for the release (diff)
downloadgnupg-2.0.2.tar.gz
gnupg-2.0.2.zip
Fix NULL pointer dereferencegnupg-2.0.2
Diffstat (limited to '')
-rw-r--r--g10/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 6c8148e60..53f6b8528 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,7 @@
2007-01-31 Werner Koch <[email protected]>
+ * verify.c (verify_signatures): Do no dereference a NULL afx.
+
* passphrase.c (passphrase_get): Set the cancel flag on all error
from the agent. Fixes a bug reported by Tom Duerbusch.