Skip to content
Commit fb39a0a0 authored by Simeon Bird's avatar Simeon Bird
Browse files

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.

BUG: 323651
FIXED-IN: 4.11.1
parent ebea7a09
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment