qt5base-lts/src
Marc Mutz 61c83dfb22 QXmlStreamReader: port Value::pos from int to qsizetype
It's an index into a QString, so it has to be qsizetype.

The length and prefix fields also shouldn't stay ints, but that's a
different patch, because they're just relative offsets to pos, and so
aren't as easily overflown.

This enlarges the Value struct; created QTBUG-103306 to track ideas to
shrink it again.

Pick-to: 6.3 6.2
Task-number: QTBUG-102465
Change-Id: Ib318e131420c2c535e26cb03cbf450e031626e64
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2022-05-07 00:51:11 +02:00
..
3rdparty zlib as static library 2022-04-22 14:34:47 +02:00
android Android: Fix ANR when QtService and QtActivity load in same process 2022-04-28 22:14:00 +00:00
concurrent Do not highlight the Image Scaling Example anymore in Qt Creator 2022-02-17 18:16:42 +01:00
corelib QXmlStreamReader: port Value::pos from int to qsizetype 2022-05-07 00:51:11 +02:00
dbus Doc: qt_add_dbus_interface: fix wrong cmake command name 2022-04-29 08:25:02 +02:00
entrypoint QtBase: replace windows.h with qt_windows.h 2021-11-23 12:53:46 +08:00
gui Implement missing QSupportedWritingSystems comparison operators 2022-05-06 21:58:04 +02:00
network Fix documentation for QNetworkReply::redirected 2022-05-04 15:20:35 +02:00
opengl QtOpenGL: includemocs 2022-04-29 07:30:59 +02:00
openglwidgets Compose render-to-texture widgets through QRhi 2022-03-11 21:25:00 +01:00
platformsupport QtDeviceDiscoverySupportPrivate: includemocs 2022-04-29 07:31:00 +02:00
plugins Fix window states and transitions in wasm 2022-05-06 18:52:38 +00:00
printsupport QtPrintSupport: includemocs 2022-04-29 07:30:59 +02:00
sql QtSql: includemocs 2022-04-28 11:15:03 +02:00
testlib qtestcase/Unix: remove fprintf from signal handler 2022-05-05 20:35:42 -07:00
tools CMake: Make possible building Qt tools without the use of core library 2022-05-06 22:06:22 +02:00
widgets Stylesheet: Don't ignore item check indicator styling 2022-05-06 03:48:09 +02:00
xml QtXml: replace QLatin1String uses with _L1 or _s 2022-04-28 15:17:23 +02:00
CMakeLists.txt