[git] GnuPG - branch, STABLE-BRANCH-2-0, updated. gnupg-2.0.28-14-g80521c3

by NIIBE Yutaka cvs at cvs.gnupg.org
Wed Aug 12 03:27:24 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, STABLE-BRANCH-2-0 has been updated
       via  80521c3ff900a09a1b382869783187c463144c77 (commit)
      from  35d3ced4fda90a5410a579850ca92ea6a356b402 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 80521c3ff900a09a1b382869783187c463144c77
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Aug 12 10:23:40 2015 +0900

    g10: fix --card-status creating stub.
    
    * g10/getkey.c (get_seckeyblock_byfprint): Require exact match.

diff --git a/g10/getkey.c b/g10/getkey.c
index 6c14683..476445f 100644
--- a/g10/getkey.c
+++ b/g10/getkey.c
@@ -1414,6 +1414,7 @@ get_seckeyblock_byfprint (KBNODE *ret_keyblock, const byte *fprint,
     return G10ERR_GENERAL; /* Oops */
 
   memset (&ctx, 0, sizeof ctx);
+  ctx.exact = 1 ;
   ctx.not_allocated = 1;
   ctx.kr_handle = keydb_new (1);
   ctx.nitems = 1;

-----------------------------------------------------------------------

Summary of changes:
 g10/getkey.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list