Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmListCommand: Handle invalid FOR selector ranges | Nick Muggio | 2021-12-09 | 1 | -0/+5 |
Fixes crashes involving invalid ranges specified in list(TRANSFORM ... FOR ...) calls. * Report error when step is not positive * Report error when start is after stop Fixes: #22985 |