-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2023-11-27
-
142
The time-series fuzzer found a case where this subtraction is negative, which wraps around and causes reserve() to throw:
ret.topLevelPaths.reserve(fieldSet.size() - computedFromMeta.size());