[svn] GnuPG - r4277 - trunk/scd

svn author marcus cvs at cvs.gnupg.org
Mon Oct 2 02:34:54 CEST 2006


Author: marcus
Date: 2006-10-02 02:34:53 +0200 (Mon, 02 Oct 2006)
New Revision: 4277

Modified:
   trunk/scd/ChangeLog
   trunk/scd/command.c
Log:
2006-10-02  Marcus Brinkmann  <marcus at g10code.de>

        * command.c (update_reader_status_file): Increase buffer of
        NUMBUF2 (fixing typo).



Modified: trunk/scd/ChangeLog
===================================================================
--- trunk/scd/ChangeLog	2006-09-28 20:12:32 UTC (rev 4276)
+++ trunk/scd/ChangeLog	2006-10-02 00:34:53 UTC (rev 4277)
@@ -1,3 +1,8 @@
+2006-10-02  Marcus Brinkmann  <marcus at g10code.de>
+
+	* command.c (update_reader_status_file): Increase buffer of
+	NUMBUF2 (fixing typo).
+
 2006-09-24  Marcus Brinkmann  <marcus at g10code.de>
 
 	* app-openpgp.c (do_sign): Advance INDATA by the SHA1 resp. RMD160

Modified: trunk/scd/command.c
===================================================================
--- trunk/scd/command.c	2006-09-28 20:12:32 UTC (rev 4276)
+++ trunk/scd/command.c	2006-10-02 00:34:53 UTC (rev 4277)
@@ -1782,7 +1782,7 @@
           /* If a status script is executable, run it. */
           {
             const char *args[9], *envs[2];
-            char numbuf1[30], numbuf2[3], numbuf3[30];
+            char numbuf1[30], numbuf2[30], numbuf3[30];
             char *homestr, *envstr;
             gpg_error_t err;
             




More information about the Gnupg-commits mailing list