Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | project: Fix potential buffer write-past-end for version components | Craig Scott | 2019-10-26 | 1 | -0/+32 |
This fixes two errors: not accounting for the trailing null and a misunderstanding of what std::numeric_limits::digits10 means. |