]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: test: Check read value in upforwd/ans4
authorMark Andrews <marka@isc.org>
Tue, 24 Sep 2024 09:23:57 +0000 (09:23 +0000)
committerMark Andrews <marka@isc.org>
Tue, 24 Sep 2024 09:23:57 +0000 (09:23 +0000)
commitb30274bc8c1e1f300f2c4d410a8e73d8a0fcb6a7
treec38f27d683ad19f923cbccde7f73ba8df25dd753
parent7c8f0afd44305c276713332c7a8833e2b903e03c
parent2952f8339d0f4888cda6b3204eb8c7ab778262a7
[9.20] fix: test: Check read value in upforwd/ans4

The ans4 server wasn't shutting down cleanly sometimes.  Check that read returns the
expected value for the message length or exit read loop.

Closes #4301

Backport of MR !9537

Merge branch 'backport-4301-check-read-value-in-ans4-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9545