Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-5143

Coverity analysis defect 127277: Dereference before null check

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Unknown Unknown
    • 2.27.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Dotnet Drivers
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      Dereference before null check

      There may be a null reference exception, or else the comparison against null is unnecessary. All paths that lead to this null pointer comparison already dereference the pointer earlier
      /src/MongoDB.Driver/Linq/Linq3Implementation/Ast/Expressions/AstMapExpression.cs:55: REVERSE_INULL 127277 Directly dereferencing "this._as".
      /src/MongoDB.Driver/Linq/Linq3Implementation/Ast/Expressions/AstMapExpression.cs:55: REVERSE_INULL 127277 Null-checking "this._as" suggests that it may be null, but it has already been dereferenced on all paths leading to the check.

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: