-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Native
-
None
In isGetMoreError(), we return !!error[mongoErrorContextSymbol].isGetMore;. This assumes that mongoErrorContextSymbol is always defined, which may not be true. We should check to make sure mongoErrorContextSymbol is defined before accessing isGetMore.