Mark Andrews
750766a842
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 432064f63c)
2022-09-28 11:19:38 +10:00
..
2022-03-25 08:42:18 +01:00
2022-09-27 16:55:33 +02:00
2022-08-19 15:21:41 +10:00
2022-09-26 16:53:06 +02:00
2022-08-22 19:21:39 +02:00
2022-09-28 01:19:50 +10:00
2022-09-15 16:49:04 -07:00
2022-03-14 11:01:31 +01:00
2022-09-12 14:03:05 -07:00
2022-09-28 11:19:38 +10:00
2022-09-15 16:49:04 -07:00