Skip to content

fix: dev: Fix the resesuid() shim implementation for NetBSD

Ondřej Surý requested to merge 4862-fix-setresuid-shim into main

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 (closed)

Edited by Ondřej Surý

Merge request reports