Coverity analysis defect 185721: Dereference after null check

XMLWordPrintableJSON

    • Storage Engines - Foundations
    • 4,474.515
    • SE Foundations - Q4+ Backlog
    • None

      Dereference after null check

      Either the check against null is unnecessary, or there may be a null pointer dereference. Pointer is checked against null but then dereferenced anyway
      /src/cursor/cur_table.c:663: FORWARD_NULL 185721 Comparing "stop" to null implies that "stop" might be null.
      /src/cursor/cur_table.c:683: FORWARD_NULL 185721 Dereferencing null pointer "stop".

            Assignee:
            Salman Javed
            Reporter:
            Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: