-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
v6.0
-
QO 2022-05-02
-
107
We're missing a uassert in RangeStatement::parse to verify that the step is an integer when a time unit is present. This causes us to hit a tassert later on when constructing a DocGenerator. This is invalid user input and we should fail during parsing.