-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
There are several callsites (example) where we access the first element of firstElementFieldName without actually checking if it is in bounds. This happens primarily in parsing code.
I haven't been able to reproduce a bug due to this locally, but at a minimum it is fragile, and we should fix it (ideally banning recurrences if we can!)