[git] GPG-ERROR - branch, master, updated. libgpg-error-1.24-8-g5985580

by Justus Winter cvs at cvs.gnupg.org
Tue Oct 18 15:22:13 CEST 2016


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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  59855806e11a27c5b63d9c25f7516c8cc74668aa (commit)
       via  0734f4863859257d18ca96f4b9be62be75fcffe1 (commit)
      from  0c837a82207d0b19f9dabc8870ffb23d6a4ade64 (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 59855806e11a27c5b63d9c25f7516c8cc74668aa
Author: Justus Winter <justus at g10code.com>
Date:   Tue Oct 18 14:45:03 2016 +0200

    tests: Fix name of the test.
    
    --
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/t-poll.c b/tests/t-poll.c
index a26cbfa..026bb88 100644
--- a/tests/t-poll.c
+++ b/tests/t-poll.c
@@ -39,7 +39,7 @@
 # endif
 #endif
 
-#define PGM "t-lock"
+#define PGM "t-poll"
 
 #include "t-common.h"
 

commit 0734f4863859257d18ca96f4b9be62be75fcffe1
Author: Justus Winter <justus at g10code.com>
Date:   Tue Oct 11 11:58:54 2016 +0200

    estream: Fix modestring parsing.
    
    * src/estream.c (parse_mode): Fix parsing the 'sysopen' flag.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/src/estream.c b/src/estream.c
index 4cc72ba..95d7211 100644
--- a/src/estream.c
+++ b/src/estream.c
@@ -1809,7 +1809,7 @@ parse_mode (const char *modestr,
         }
       else if (!strncmp (modestr, "sysopen", 7))
         {
-          modestr += 8;
+          modestr += 7;
           if (*modestr && !strchr (" \t,", *modestr))
             {
               _set_errno (EINVAL);

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

Summary of changes:
 src/estream.c  | 2 +-
 tests/t-poll.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list