summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/project/VersionMax.cmake
Commit message (Collapse)AuthorAgeFilesLines
* project: Fix potential buffer write-past-end for version componentsCraig Scott2019-10-261-0/+32
This fixes two errors: not accounting for the trailing null and a misunderstanding of what std::numeric_limits::digits10 means.