]> git.ipfire.org Git - thirdparty/pdns.git/commit
In getUpdatedPrimaries(), parse zone name first.
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 10 Oct 2025 12:12:04 +0000 (14:12 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Fri, 10 Oct 2025 12:12:04 +0000 (14:12 +0200)
commit9645664d894b3ea9eb01c66256cec7607a6901cf
tree8e118824860fc7d236acf80659f21b15161474d8
parent248178dde0106b4a42b5d4312bb1cd11769e345c
In getUpdatedPrimaries(), parse zone name first.

Otherwise, if another field is not parsed correctly, we risk triggering
another exception while attempting to use the unset zone name in the
error report.

Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/backends/gsql/gsqlbackend.cc