Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
5
-
b94ec982c1 (qt/qtbase/dev) b94ec982c1 (qt/tqtc-qtbase/dev) 2070be1491 (qt/qtbase/6.3)
-
Team B Foundation Sprint 55, Team B Foundation Sprint 56
Description
Let's be honest: the change from int to qsizetype sizes in Qt 6.0 was more than rushed. Half the API and a good chunk of implementation code is still using int when it should be using qsizetype, and we have been papering over this issue by making qMin() allow mixed-type arguments and, apparently, by removing the annoying MSVC warnings that, in Qt 5, so nicely pin-pointed all these implicit conversions as hard errors.
There are several real bugs in the QXmlStream* code corresponding to int/qsizetype.
Attachments
Issue Links
- resulted in
-
QTBUG-103306 Pack QXmlStreamReader's Value struct
-
- Reported
-
Gerrit Reviews
For Gerrit Dashboard: QTBUG-102465 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
405671,2 | XmlStringRef: fix length truncation | dev | qt/qtbase | Status: MERGED | +2 | 0 |
405672,2 | QXmlStreamPrivateTagStack: don't fail on more than 2Gi chars in the tag stack | dev | qt/qtbase | Status: MERGED | -1 | 0 |
405871,2 | XmlStringRef: fix length truncation | 6.3 | qt/qtbase | Status: MERGED | +2 | 0 |
405872,2 | XmlStringRef: fix length truncation | 6.2 | qt/qtbase | Status: MERGED | +2 | 0 |
405873,2 | QXmlStreamPrivateTagStack: don't fail on more than 2Gi chars in the tag stack | 6.3 | qt/qtbase | Status: MERGED | +2 | 0 |
405874,2 | QXmlStreamPrivateTagStack: don't fail on more than 2Gi chars in the tag stack | 6.2 | qt/qtbase | Status: MERGED | +2 | 0 |