Revision fb39a0a...
Go back to digest for 25th August 2013Bug Fixes in KDE Base
Simeon Bird committed changes in [nepomuk-core/KDE/4.11] services/fileindexer/indexer/office2007extractor.cpp:
Office2007 Extractor: fix possible infinite loop.
The Qt documentation says that when QXmlStreamReader.readNext() reports
an error, atEnd() should be true, but it seems to be lying.
Check for QXmlStreamReader.hasError() separately and break out of the
reader loop.
FIXED-IN: 4.11.1
File Changes
Modified 1 files
- services/fileindexer/indexer/office2007extractor.cpp
1 files changed in total