mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
fd0c285b12
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
117 KiB
117 KiB