diff options
author | Werner Koch <[email protected]> | 2021-05-11 07:04:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-05-11 07:06:34 +0000 |
commit | 965bb0693c0df04e6dbd57a8b471944367cf6c4e (patch) | |
tree | 3d038894faf6e52c451d2a58cccfca0766b2b2be /README | |
parent | gpg: Fix allocation for EXTRAHASH. (diff) | |
download | gnupg-965bb0693c0df04e6dbd57a8b471944367cf6c4e.tar.gz gnupg-965bb0693c0df04e6dbd57a8b471944367cf6c4e.zip |
A few minor code cleanups and typo fixes.
* agent/command-ssh.c (ssh_handler_request_identities): Remove double
check of ERR.
* g10/getkey.c (get_pubkey_byname): Remove double use of break.
* g10/pkglue.c (pk_encrypt): Handle possible NULL-ptr access due to
failed malloc.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ The GNU Privacy Guard 2 ========================= - Version 2.3 (devel) + Version 2.3 Copyright 1997-2019 Werner Koch Copyright 1998-2021 Free Software Foundation, Inc. |