Files
test2/intern
Campbell Barton 1b0cef86fa Fix UNIX crash on startup when HOME isn't set
Regression in [0] which re-introduced #2931.

Accessing environment variables must always null check the result.

Resolve by checking the result as well as replacing $HOME
access with a function that falls back to `passwd::pw_dir`.

Also add code-comments to to clarify the current behavior.

[0]: b308b360eb
2025-01-02 14:46:55 +11:00
..
2024-09-20 13:14:57 +10:00
2024-01-03 13:38:14 +01:00
2024-07-30 12:23:09 +10:00