Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-7459

Coverity analysis defect 119947: Redundant test

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.1, 4.4.7, 5.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None

      Redundant test

      By the time the program execution reaches the test of this condition there is only one possible outcome for the test. The code at the destination of this branch is not dead, either because this condition is always true or because there is at least one other branch that reaches it. Test always evaluates the same
      /ext/storage_sources/local_store/local_store.c:330: DEADCODE 119947 At condition "ret != 0", the value of "ret" cannot be equal to 0.
      /ext/storage_sources/local_store/local_store.c:319: DEADCODE 119947 Condition "ret == 0", taking false branch. Now the value of "ret" cannot be equal to 0.
      /ext/storage_sources/local_store/local_store.c:330: DEADCODE 119947 The condition "ret != 0" must be true.

            Assignee:
            donald.anderson@mongodb.com Donald Anderson
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: