Mark Andrews
432064f63c
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 )
2022-09-27 23:47:12 +00:00
..
2022-06-08 10:28:08 +02:00
2022-09-27 23:47:12 +00:00
2022-07-27 15:55:25 +00:00
2022-01-11 09:05:02 +01:00
2022-07-07 10:11:42 +10:00
2022-07-07 10:11:42 +10:00
2022-07-07 10:11:42 +10:00
2022-07-06 14:15:32 -07:00
2022-01-11 09:05:02 +01:00
2022-07-06 14:15:32 -07:00