Coverity analysis defect 185721: Dereference after null check

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Storage Engines
    • None
    • 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:
            Unassigned
            Reporter:
            Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: