qt5base-lts/src
Edward Welbourne bb220f2d99 Fix overflow issue on parsing min-qint64 with its minus sign repeated
The call to std::from_chars() accepts a sign, but we've already dealt
with a sign, so that would be a second sign. Check the first character
after any prefix is in fact a digit (for the base in use). This is a
follow-up to commit 5644af6f8a.

Fixes: QTBUG-97521
Change-Id: I65fb144bf6a8430da90ec5f65088ca20e79bf02f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-10-26 17:38:22 +02:00
..
3rdparty Update Gradle to 7.2.0 and Android Gradle Plugin to 7.0.2 2021-10-22 19:54:45 +02:00
android Update Gradle to 7.2.0 and Android Gradle Plugin to 7.0.2 2021-10-22 19:54:45 +02:00
concurrent Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
corelib Fix overflow issue on parsing min-qint64 with its minus sign repeated 2021-10-26 17:38:22 +02:00
dbus dbus: Fix typos 2021-10-14 20:22:21 +02:00
entrypoint Adjust the EntryPoint target name according to the internal module naming policy 2021-06-15 12:51:49 +02:00
gui Remove unused statements in QWindow 2021-10-26 13:59:59 +02:00
network QNI: Add a convenience method for loading the default plugin 2021-10-22 09:40:49 +02:00
opengl Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
openglwidgets Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
platformsupport evdevtouch: Fix loading screen name for output mapping 2021-10-12 12:52:01 +02:00
plugins wasm: Hide popups when a window is left-clicked 2021-10-25 22:17:39 +00:00
printsupport Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
sql Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
testlib Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
tools Fix -trace build on Windows 2021-10-25 14:57:18 +02:00
widgets QTabBar: re-layout when tab size hint depends on selected state 2021-10-26 00:57:36 +02:00
xml Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00