-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
Fully Compatible
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Parser robustness bug: hinted node ids are not bounded to NodeSet<64>. JoinHint::fromBSON() only checks non-negative int32. isEnumerationModeValid() calls seenNodes.set(modes[i].baseNode()). A user hint with node: NumberInt(64) can throw std::out_of_range from std::bitset::set.