Summary: | Crash on importing investment via CSV plugin | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | allan <agander93> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
allan
2011-11-28 21:01:42 UTC
Git commit 480d891c72afe98b9a9c83d66a14aa980a9ed300 by Allan Anderson. Committed on 29/11/2011 at 00:06. Pushed by allananderson into branch 'master'. BUG: 287786 If a CSV file contains lines with differing numbers of columns (or the last column is empty), and if one of the selected columns happens to be the last column in a line with fewer than the maximum number, an array goes out of bounds. Use the actual line's column list count instead of maximum column count. M +1 -1 kmymoney/plugins/csvimport/investprocessing.cpp http://commits.kde.org/kmymoney/480d891c72afe98b9a9c83d66a14aa980a9ed300 |