https://bugs.kde.org/show_bug.cgi?id=356733
Bug ID: 356733
Summary: False positive on QByteArray::startsWith()
Product: krazy
Version: unspecified
Platform: Other
URL: http://englishbreakfastnetwork.org/krazy/reports/kde-4
.x/kdegames/libkdegames/index.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
In libkdegames, you can find code like this:
QByteArray content = file.readAll();
if (!content.startsWith("<?xml") {[...]
See attached URL, check No. 30
Reproducible: Always
--
You are receiving this mail because:
You are watching all bug changes.