Bug 156813

Summary: Check return codes everywhere
Product: [Applications] akregator Reporter: Markus Elfring <Markus.Elfring>
Component: metakit pluginAssignee: kdepim bugs <kdepim-bugs>
Status: CLOSED NOT A BUG    
Severity: normal CC: finex
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Markus Elfring 2008-01-27 23:30:33 UTC
Version:            (using KDE 4.0.0)

Some checks for return codes are missing.

Examples:
Would you like to add more error handling for return values from "pthread_mutex_init" like in the constructor for the class "c4_ThreadLock" and from "fprintf" in the function "f4_DoLogProp"?
http://websvn.kde.org/trunk/KDE/kdepim/akregator/plugins/mk4storage/metakit/src/view.cpp?revision=537616&view=markup
Comment 1 Frank Osterfeld 2008-03-16 00:31:11 UTC
This is not our code but an included metakit copy, which we do not maintain (except for really critical fixes) and actually want to get rid of midterm. Currently, Akregator doesn't use multithreading and won't do in the lifetime of the metakit plugin.