]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not assert on synthrecord reverse mode with huge prefix 12173/head
authorColin Vidal <colin@isc.org>
Wed, 3 Jun 2026 14:08:57 +0000 (16:08 +0200)
committerColin Vidal <colin@isc.org>
Thu, 4 Jun 2026 11:51:59 +0000 (13:51 +0200)
commit8bd2f2c0eff7c5afc36398d05841f2643f4f9c8d
tree0474a675d4fccde9e266870ff572b6f150c41e7f
parent38f4d05f74aa55d4e2fd8d78591b90cecd10a136
Do not assert on synthrecord reverse mode with huge prefix

When using the `synthrecord` plugin in reverse mode, if a very long
prefix is configured by the operator such that there is no room to fit
the reversed IP address into a DNS name, `named` could assert. This has
now been fixed. In such situations, an error is logged so the operator
is aware of the problem, and `NXDOMAIN` is answered.
bin/plugins/synthrecord.c