Coverity analysis bug: 113971 Dereference after null check

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • WT10.0.0, 4.3.3, 4.2.3
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None

      113971 Dereference after null check
      Either the check against null is unnecessary, or there may be a null pointer dereference.

      In __wt_rec_split: Pointer is checked against null but then dereferenced anyway (CWE-476)

      From the Coverity analysis, it is possible to dereference a NULL pointer. Need to find out whether code flow can enter in such a scenario where it can be a NULL pointer or not?

            Assignee:
            Jeremy Tay (Inactive)
            Reporter:
            Haribabu Kommi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: