]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Fix the resesuid() shim implementation for NetBSD
authorOndřej Surý <ondrej@isc.org>
Tue, 20 Aug 2024 10:22:08 +0000 (10:22 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 20 Aug 2024 10:22:08 +0000 (10:22 +0000)
commit5bfed08b253f31b785a163e9663fe3eade52a10e
tree7f6e6845f9fcaf84df4d2a055824564ce4a90bab
parent50539ae389f6c20f5aba1df00c3a59c597c9e45d
parent5567407a824ed4c43dd723a9a113518b9186102f
fix: dev: Fix the resesuid() shim implementation for NetBSD

The shim implementation of setresuid() was wrong - there was a copy and
paste error and it was calling setresgid() instead.  This only affects
NetBSD because Linux, FreeBSD and OpenBSD have setresuid() and
setresgid() implementation available from the system library.

Closes #4862

Merge branch '4862-fix-setresuid-shim' into 'main'

Closes #4862

See merge request isc-projects/bind9!9359