seb (Sebastian Unger)
- Login: seb
- Registered on: 06/12/2023
- Last sign in: 06/12/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/12/2023
-
07:29 PM Ruby Bug #19724: Dir.home returns incorrect home directory
- Ok, my apologies. This was caused by one part of a rather big ruby system passing `:unsetenv_others` into the options for `Process.spawn` with value `true` and one of the processes spawned that way was itself a ruby process. It was that ...
-
03:06 AM Ruby Bug #19724 (Closed): Dir.home returns incorrect home directory
- This is probably related to 16787.
From the patch on that issue I conclude that ruby uses getlogin and co to obtain the name of the logged-in user, but that is not valid. Ruby must use the uid of the running process since the user tha...