1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-01 16:33:02 +01:00

2006-10-02 Marcus Brinkmann <marcus@g10code.de>

* command.c (update_reader_status_file): Increase buffer of
        NUMBUF2 (fixing typo).
This commit is contained in:
Marcus Brinkmann 2006-10-02 00:34:53 +00:00
parent 24a3607279
commit bacb77af29
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-10-02 Marcus Brinkmann <marcus@g10code.de>
* command.c (update_reader_status_file): Increase buffer of
NUMBUF2 (fixing typo).
2006-09-24 Marcus Brinkmann <marcus@g10code.de>
* app-openpgp.c (do_sign): Advance INDATA by the SHA1 resp. RMD160

View File

@ -1782,7 +1782,7 @@ update_reader_status_file (void)
/* 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;