-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
-
-
Query 11 (03/14/16)
There are at least two situations where the Collection::infoCache method is called on a nullptr Collection object:
Adding a
invariant(collection)
will cause invariant failures at these locations when running the 'core' suite. Other locations that assume that the Collection pointer is valid before calling Collection::infoCache should probably also be checked.