[git] GpgOL - branch, master, updated. gpgol-1.4.0-234-g5e4374f

by Andre Heinecke cvs at cvs.gnupg.org
Thu Jan 5 14:18:02 CET 2017


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  5e4374f2f617bc322c2e13b54a588ac2d2092d2a (commit)
      from  0dc7cc2ebf78a61a739b2aca76e9fd7b6e0a5a3a (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 5e4374f2f617bc322c2e13b54a588ac2d2092d2a
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Jan 5 14:17:17 2017 +0100

    Fix crash when sending plain text mails
    
    * src/mimemaker.cpp (add_body): Fix boundary handling.

diff --git a/src/mimemaker.cpp b/src/mimemaker.cpp
index dbed524..58bb0d4 100644
--- a/src/mimemaker.cpp
+++ b/src/mimemaker.cpp
@@ -1300,7 +1300,7 @@ add_body (Mail *mail, const char *boundary, sink_t sink,
       if (plain_body)
         {
           rc = write_part (sink, plain_body, strlen (plain_body),
-                           *boundary? boundary : NULL, NULL, 1);
+                           boundary, NULL, 1);
         }
       /* Just the plain body or no body. We are done. */
       return rc;

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

Summary of changes:
 src/mimemaker.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