summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-01-04 17:38:32 (GMT)
committerAlexey Edelev <alexey.edelev@qt.io>2022-01-13 10:56:49 (GMT)
commitfd0c285b12f4235ba62e13489a6a09e487825cf6 (patch)
tree2e2e8633be5b015baed6a779b53a9d6dd747a0cd /Help/manual
parent0c038689be424ca71a6699a993adde3bcaa15b6c (diff)
downloadCMake-fd0c285b12f4235ba62e13489a6a09e487825cf6.zip
CMake-fd0c285b12f4235ba62e13489a6a09e487825cf6.tar.gz
CMake-fd0c285b12f4235ba62e13489a6a09e487825cf6.tar.bz2
file: Fix types of the OFFSET and LIMIT arguments
OFFSET argument cannot handle offsets bigger than INT_MAX because of the atoi function, which is used to convert the argument string to integer. Same applies for the LIMIT argument. Use the steam based reading and 64-bit types to convert and store arguments to avoid invalid values stored in the corresponding variables. Fixes: #23076
Diffstat (limited to 'Help/manual')
0 files changed, 0 insertions, 0 deletions