[git] GPGME - branch, master, updated. gpgme-1.5.5-6-ge07d38f

by Ben Kibbey cvs at cvs.gnupg.org
Wed Aug 12 12:47:46 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 "GnuPG Made Easy".

The branch, master has been updated
       via  e07d38f5f9f3b94e403f1265ff7fd3d7009dd557 (commit)
      from  8f28e3caf95d7bc99e9271bfc2b44080166af31f (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 e07d38f5f9f3b94e403f1265ff7fd3d7009dd557
Author: Ben Kibbey <bjk at luxsci.net>
Date:   Wed Aug 12 06:46:43 2015 -0400

    Also check the return code in gpg_sign().
    
    * src/engine-gpg.c (gpg_sign): Check return value from start().

diff --git a/src/engine-gpg.c b/src/engine-gpg.c
index c3e36ae..d138592 100644
--- a/src/engine-gpg.c
+++ b/src/engine-gpg.c
@@ -2364,7 +2364,7 @@ gpg_sign (void *engine, gpgme_data_t in, gpgme_data_t out,
     err = add_data (gpg, out, 1, 1);
 
   if (!err)
-    start (gpg);
+    err = start (gpg);
 
   return err;
 }

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

Summary of changes:
 src/engine-gpg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list