]> git.ipfire.org Git - thirdparty/bind9.git/commit
Silence CID 329159: Logically dead code in lib/dns/journal.c
authorMark Andrews <marka@isc.org>
Sun, 7 Mar 2021 19:53:30 +0000 (06:53 +1100)
committerMark Andrews <marka@isc.org>
Mon, 8 Mar 2021 05:06:29 +0000 (05:06 +0000)
commit848e336db41aea9d3f37f2a06a43d3cc51b8d4df
tree9166a5e7c5f58e8a14e5e8f2d7a2a1a790f256a3
parent279c8a837bf9b3b199f3dcf6610fb9848627375d
Silence CID 329159: Logically dead code in lib/dns/journal.c

    *** CID 329159:    (DEADCODE)
    /lib/dns/journal.c: 1719 in dns_journal_print()
    1713      }
    1714      CHECK(dns_difftuple_create(
    1715      diff.mctx, n_soa == 1 ? DNS_DIFFOP_DEL : DNS_DIFFOP_ADD,
    1716      name, ttl, rdata, &tuple));
    1717      dns_diff_append(&diff, &tuple);
    1718
    >>>     CID 329159:    (DEADCODE)
    >>>     Execution cannot reach the expression "printxhdr" inside this statement: "if (++n_put != 0U || printx...".
    1719      if (++n_put != 0 || printxhdr) {
    1720      result = dns_diff_print(&diff, file);
    1721      dns_diff_clear(&diff);
    1722      n_put = 0;
    1723      if (result != ISC_R_SUCCESS) {
    1724      break;
    /lib/dns/journal.c: 1734 in dns_journal_print()
    1728      if (result == ISC_R_NOMORE) {
    1729      result = ISC_R_SUCCESS;
    1730      }
    1731      CHECK(result);
    1732
    1733      if (!printxhdr && n_put != 0) {
    >>>     CID 329159:    (DEADCODE)
    >>>     Execution cannot reach this statement: "result = dns_diff_print(&di...".
    1734      result = dns_diff_print(&diff, file);
    1735      dns_diff_clear(&diff);
    1736      }
    1737      goto cleanup;
    1738
    1739     failure:
lib/dns/journal.c