[git] GpgOL - branch, master, updated. gpgol-2.3.1-5-ga9f1c04

by Andre Heinecke cvs at cvs.gnupg.org
Wed Oct 24 08:23:19 CEST 2018


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 "GnuPG extension for MS Outlook".

The branch, master has been updated
       via  a9f1c04e2933ca8f3dbdfda546bc191383f6d5a3 (commit)
      from  2aa65cb3d86d0e8eee79db1ec72447707cd4a2f2 (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 a9f1c04e2933ca8f3dbdfda546bc191383f6d5a3
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Oct 23 10:55:07 2018 +0200

    Only log raw crypto data if DBG_DATA is enabled
    
    * src/mimedataprovider.cpp (MimeDataProvider::collect_input_lines):
    Change a log_debug to log_data.
    
    --
    This can be signed data so it might be a data leak.

diff --git a/src/mimedataprovider.cpp b/src/mimedataprovider.cpp
index 01841da..be10e14 100644
--- a/src/mimedataprovider.cpp
+++ b/src/mimedataprovider.cpp
@@ -787,7 +787,7 @@ MimeDataProvider::collect_input_lines(const char *input, size_t insize)
                 len = b64_decode (&m_mime_ctx->base64, linebuf, pos);
               else
                 len = pos;
-              log_debug ("Writing crypto data: %.*s",
+              log_data ("Writing crypto data: %.*s",
                          (int)pos, linebuf);
               if (len)
                 m_crypto_data.write(linebuf, len);

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

Summary of changes:
 src/mimedataprovider.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list