Skip to content

Do not try to access errno after calling getpwnam_r.

Gleb Popov requested to merge arrowd/glib:main into main

Instead, use return value as the error code.

Fixes #2488 (closed)

Merge request reports