diff options
author | Werner Koch <[email protected]> | 2007-01-31 15:22:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-01-31 15:22:21 +0000 |
commit | 7759f3017eb9462f5a0911b56ba96c7a356c1303 (patch) | |
tree | fe1bd32e929d125337d16ce12ce76a86c912c1a8 /g10/ChangeLog | |
parent | Updated po files for the release (diff) | |
download | gnupg-2.0.2.tar.gz gnupg-2.0.2.zip |
Fix NULL pointer dereferencegnupg-2.0.2
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 2 |
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. |