[git] GnuPG - branch, master, updated. gnupg-2.2.7-245-g4249e9a

[email protected] (by NIIBE Yutaka) Fri, 26 Oct 2018 05:42:40 +0200
Newsgroups gmane.comp.encryption.gpg.cvs
Message-ID <[email protected]>
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, master has been updated
       via  4249e9a2bf028f007d1ddaac730f636e5c6da20f (commit)
      from  a7c5d65eb50355274c1b5b047c02c653f518900a (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 4249e9a2bf028f007d1ddaac730f636e5c6da20f
Author: NIIBE Yutaka <[email protected]>
Date:   Fri Oct 26 12:38:43 2018 +0900

    kbx: Increase size of field for fingerprint.
    
    * kbx/keybox-search-desc.h (fpr): Increase the size.
    
    --
    
    In the function keydb_search_fpr in g10/keydb.c, it is copied using
    MAX_FINGERPRINT_LEN.  So, more size is required.
    
    Fixes-commit: ecbbafb88d920e713439b6b1b8e1b41a6f8d0e38
    Signed-off-by: NIIBE Yutaka <[email protected]>

diff --git a/kbx/keybox-search-desc.h b/kbx/keybox-search-desc.h
index 6298994..c75bfa4 100644
--- a/kbx/keybox-search-desc.h
+++ b/kbx/keybox-search-desc.h
@@ -69,7 +69,7 @@ struct keydb_search_desc
   int snlen;  /* -1 := sn is a hex string */
   union {
     const char *name;
-    unsigned char fpr[24];
+    unsigned char fpr[32];
     u32 kid[2]; /* Note that this is in native endianness.  */
     unsigned char grip[20];
   } u;

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

Summary of changes:
 kbx/keybox-search-desc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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