]> git.ipfire.org Git - thirdparty/bind9.git/commit
Suffix may be used before it is assigned a value
authorMark Andrews <marka@isc.org>
Mon, 26 Sep 2022 04:49:44 +0000 (14:49 +1000)
committerMark Andrews <marka@isc.org>
Tue, 27 Sep 2022 23:47:12 +0000 (23:47 +0000)
commit432064f63c3541b3bb40d5505a420e47efd6d30d
tree4e3451ea863a43cc5d636df589419c251800ec3a
parentedc804b9b83674dcd93bb8374a6f6d03b5652bad
Suffix may be used before it is assigned a value

    CID 350722 (#5 of 7): Bad use of null-like value (FORWARD_NULL)
        12. invalid_operation: Invalid operation on null-like value suffix.
    145        r.authority.append(
    146            dns.rrset.from_text(
    147                "icky.ptang.zoop.boing." + suffix,
    148                1,
    149                IN,
    150                NS,
    151                "a.bit.longer.ns.name." + suffix,
    152            )
    153        )
bin/tests/system/qmin/ans3/ans.py