Project

General

Profile

Bug #2080

Updated by skyjake almost 9 years ago

@VersionInfo@ is having a problem with the version numbers where zeroes are omitted.

<pre>Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 QtCore 0x0000000106b4b1b4 QString::toInt(bool*, int) const + 20
1 net.dengine.doomsday 0x00000001047e1970 VersionInfo::parseVersionString(de::String const&) + 128
2 net.dengine.doomsday 0x000000010488a265 Updater::Instance::handleReply(QNetworkReply*) + 1669</pre>

The version number parsers should more carefully check that the text they are parsing conforms to expectations.

Back