mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
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