Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 88469 Details for
Bug 135675
Bug in GnuCash 1.8.11 causes crash after entering HBCI PIN
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix crash after enter HBCI PIN
gnucash-1.8.11-fix-hbci-interaction.patch (text/plain), 819 bytes, created by
David Maus
on 2006-06-05 13:28:39 UTC
(
hide
)
Description:
fix crash after enter HBCI PIN
Filename:
MIME Type:
Creator:
David Maus
Created:
2006-06-05 13:28:39 UTC
Size:
819 bytes
patch
obsolete
>diff -Naur gnucash-1.8.11/src/import-export/hbci/hbci-interaction.c gnucash-1.8.11-patched/src/import-export/hbci/hbci-interaction.c >--- gnucash-1.8.11/src/import-export/hbci/hbci-interaction.c 2006-06-05 22:05:54.038689520 +0200 >+++ gnucash-1.8.11-patched/src/import-export/hbci/hbci-interaction.c 2006-06-05 22:05:18.473096312 +0200 >@@ -349,7 +349,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); >@@ -415,7 +415,7 @@ > break; > } > else { >- g_assert (maxLen > strlen(resultbuffer)); >+ g_assert (maxLen > strlen(passwd)); > strcpy(resultbuffer, passwd); > > g_free (memset (passwd, 0, strlen (passwd)));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 135675
: 88469