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-08-26 09:09:25 +02:00
2022-09-27 16:54:39 +02:00
2022-08-26 09:09:24 +02:00
2022-09-27 17:53:04 +02:00
2022-09-27 12:22:34 +00:00
2022-09-27 17:53:04 +02:00
2022-09-23 13:27:44 +00:00
2022-03-28 15:02:18 -07:00
2022-09-12 13:14:19 -07:00
2022-09-27 23:47:12 +00:00
2022-09-19 16:36:28 +00:00