Summary: | feed list is being truncated when disk is full | ||
---|---|---|---|
Product: | [Applications] akregator | Reporter: | Till <kdebugsystem> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Till
2005-04-11 17:34:11 UTC
SVN commit 465588 by osterfeld: store feed list in the backend as backup. If feeds.opml is corrupt, akregator falls back to the backup now and loads that instead. Hopefully that also fixes the problem with full partitons (if metakit handles this - it should. I have to check, wasn't yet able to reproduce 103671) BUG: 104015 CCBUG: 103671 M +52 -29 akregator_part.cpp M +47 -10 mk4storage/storagemk4impl.cpp SVN commit 875832 by osterfeld: Use KSaveFile when writing to files. It's both more secure (think symlink attacks) and also prevents half-written and thus corrupt feed lists. Already fixed in trunk, not need to forwardport. BUG:103671 M +8 -7 akregator_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=875832 |