Summary: | konqueror crashes in kfile ps plugin - kghostview dsc function | ||
---|---|---|---|
Product: | [Applications] kfile-plugins | Reporter: | Frank Pieczynski <pieczy> |
Component: | ps | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bradh |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Frank Pieczynski
2004-02-22 21:14:59 UTC
reassigning.... (shouldn't this be kfile-plugins / ps which doesn't seem to exist?) Can you provide a test file that shows the problem? Then if it kills my 32 bit boxen, we at least know it isn't a 64 bit problem.... Per Luis' comment, reassigning to kfile-plugins/ps (newly created with Wilco as the owner, since he seems to be the original author - I'll take it over if he'd rather not own it). CVS commit by luis_pedro: Backport of earlier fix (simplified for BRANCH, ie no cleanup): check return value of scanData CCMAIL: 75861-close@bugs.kde.org M +2 -2 kfile_ps.cpp 1.10.2.1 --- kdegraphics/kfile-plugins/ps/kfile_ps.cpp #1.10:1.10.2.1 @@ -67,5 +67,5 @@ bool KPSPlugin::readInfo( KFileMetaInfo& && !_endComments ) { - _dsc->scanData( buf, count ); + if ( !_dsc->scanData( buf, count ) ) break; } fclose( fp ); *** Bug 124345 has been marked as a duplicate of this bug. *** |