]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] fix: test: Fix check_pid() in runtime system test on FreeBSD
authorMichal Nowak <mnowak@isc.org>
Mon, 14 Apr 2025 11:43:52 +0000 (11:43 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 14 Apr 2025 11:43:52 +0000 (11:43 +0000)
The original check_pid() always returned 0 on FreeBSD, even if the
process was still running. This makes the "verifying that named checks
for conflicting named processes" check fail on FreeBSD with TSAN.

Backport of MR !10373

Merge branch 'backport-mnowak/fix-runtime-pid-check-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10387


Trivial merge