-
Type: Bug
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Dotnet Drivers
-
Not Needed
-
Dereference null return value
If the function actually returns a null reference, a null reference exception will occur. Return value of function which returns null is dereferenced without checking
/src/MongoDB.Driver.Core/Core/Operations/BulkWriteOperationResultConverter.cs:35: NULL_RETURNS 102923 Assigning: "writeConcernResult" = "null" return value from "ToWriteConcernResult".
/src/MongoDB.Driver.Core/Core/Operations/BulkWriteOperationResultConverter.cs:37: NULL_RETURNS 102923 Calling a method on null object "writeConcernResult".