Coverity analysis defect 175083: Dereference of potentially null field

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Do
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Execution
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Dereference of potentially null field

      If the field is actually null, then a null pointer dereference will occur. Field, which is statistically checked against null, is dereferenced.
      /src/mongo/db/exec/sbe/stages/column_scan.cpp:636: NULL_FIELD 175083 Reading field "_rowStoreCursor", which is expected to possibly be "nullptr" in "this->_rowStoreCursor" (checked 8 out of 10 times).
      /src/mongo/db/exec/sbe/stages/column_scan.cpp:636: NULL_FIELD 175083 Attempting to access the managed object of an empty smart pointer "this->_rowStoreCursor".

            Assignee:
            Unassigned
            Reporter:
            Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: