cfe9db0f66
This PR activates the osuergo build tag in GNUMakefile. This forces the os/user package to be compiled without CGO. Doing so seems to resolve a race condition in getpwnam_r that causes alloc creation to hang or panic on `user.Lookup("nobody")`.
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
```release-note:bug
|
|
client: Fixed a bug where user lookups would hang or panic
|
|
```
|