[Gnucash-changes] Forgot second bug instance.
Christian Stimming
cstim at cvs.gnucash.org
Tue Aug 16 15:58:01 EDT 2005
Log Message:
-----------
Forgot second bug instance.
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.55
retrieving revision 1.56
diff -Lsrc/import-export/hbci/hbci-interaction.c -Lsrc/import-export/hbci/hbci-interaction.c -u -r1.55 -r1.56
--- src/import-export/hbci/hbci-interaction.c
+++ src/import-export/hbci/hbci-interaction.c
@@ -351,7 +351,7 @@
break;
}
else {
- g_assert (maxLen > strlen(resultbuffer));
+ g_assert (maxLen > strlen(passwd));
strcpy(resultbuffer, passwd);
g_free (memset (passwd, 0, strlen (passwd)));
g_free(title);
More information about the gnucash-changes
mailing list