[Gnucash-changes] Forgot second bug instance.
Christian Stimming
cstim at cvs.gnucash.org
Tue Aug 16 15:57:46 EDT 2005
Log Message:
-----------
Forgot second bug instance.
Tags:
----
gnucash-1-8-branch
Modified Files:
--------------
gnucash/src/import-export/hbci:
hbci-interaction.c
Revision Data
-------------
Index: hbci-interaction.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/import-export/hbci/hbci-interaction.c,v
retrieving revision 1.16.2.23
retrieving revision 1.16.2.24
diff -Lsrc/import-export/hbci/hbci-interaction.c -Lsrc/import-export/hbci/hbci-interaction.c -u -r1.16.2.23 -r1.16.2.24
--- src/import-export/hbci/hbci-interaction.c
+++ src/import-export/hbci/hbci-interaction.c
@@ -418,7 +418,7 @@
break;
}
else {
- g_assert (maxLen > strlen(resultbuffer));
+ g_assert (maxLen > strlen(passwd));
strcpy(resultbuffer, passwd);
g_free (memset (passwd, 0, strlen (passwd)));
More information about the gnucash-changes
mailing list