]> 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>
Wed, 28 Sep 2022 01:19:50 +0000 (11:19 +1000)
commit7f2b46f4e50ced83f75f822d662dcef081475fb3
tree7eb8224fd30f6508640b27473043c776803d5f20
parentc2884d1a4baada797d75d9215b11dee186eb863b
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        )

(cherry picked from commit 432064f63c3541b3bb40d5505a420e47efd6d30d)
bin/tests/system/qmin/ans3/ans.py