[Gnucash-changes] Forgot second bug instance.
Christian Stimming
cstim at cvs.gnucash.org
Tue Aug 16 16:01:28 EDT 2005
Log Message:
-----------
Forgot second bug instance.
Tags:
----
gnucash-gnome2-dev
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.4.16
retrieving revision 1.16.4.17
diff -Lsrc/import-export/hbci/hbci-interaction.c -Lsrc/import-export/hbci/hbci-interaction.c -u -r1.16.4.16 -r1.16.4.17
--- 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