| Summary: | configure aqbanking w/o customerID crashes KMyMoney | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Heiko Zinke <bugs.kde.org> |
| Component: | onlinebanking | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | CC: | sebastian |
| Priority: | NOR | ||
| Version First Reported In: | 5.1.3 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | crash file | ||
|
Description
Heiko Zinke
2024-12-07 18:59:07 UTC
Does this now work with the latest versions? I don't know if OpenSuse provide 5.2.1, but if not, you can try Appimage, Snap, or Flatpak. I think I fixed this upstream in AqBanking. This is incorporated into versions 6.5.12 and above (current is 6.6.4). I therefore close it here as fixed upstream.
Here's the commit message:
> Fix crash when function is called without user
>
> Changes made in commit 964e0a3d cause dlg_edituserpintan::_fromGui to be
> called without a user to check the data in the dialog for validity. This
> causes the following crash due to usage of NULL pointer:
>
> kmymoney: user.c:1213: void AH_User_SetHttpVMajor(AB_USER *, int):
> Zusicherung »u« nicht erfüllt.
>
> Also, in some erroneous cases, the return code is not provided when the
> quiet mode (no GUI activity) is selected.
>
> This change corrects all of the above.
|