[git] Poldi - branch, master, updated. release-0.4.1-52-gd9a9ff9

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Jan 17 05:39:34 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 "PAM for the OpenPGP card".

The branch, master has been updated
       via  d9a9ff970ecbc57758a243858d30cbb398b7315e (commit)
      from  553060d8bbaac1381d0501b4525f4b102ccd3324 (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 d9a9ff970ecbc57758a243858d30cbb398b7315e
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Jan 17 13:38:45 2017 +0900

    Fix pclose.
    
    * src/scd/scd.c (get_agent_socket_name): Use pclose.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/scd/scd.c b/src/scd/scd.c
index 5d1b835..a53195c 100644
--- a/src/scd/scd.c
+++ b/src/scd/scd.c
@@ -119,7 +119,7 @@ get_agent_socket_name (char **gpg_agent_sockname)
     }
 
   len = fread (result, 1, 256, input);
-  fclose (input);
+  pclose (input);
 
   if (len)
     {

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

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


hooks/post-receive
-- 
PAM for the OpenPGP card
http://git.gnupg.org




More information about the Gnupg-commits mailing list