Page MenuHomeFreeBSD

pw: file == NULL check in read_userconfig() is always false
ClosedPublic

Authored by yuripv on Oct 15 2018, 8:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 23, 9:45 AM
Unknown Object (File)
Sun, Dec 8, 6:53 AM
Unknown Object (File)
Oct 9 2024, 7:59 AM
Unknown Object (File)
Sep 18 2024, 2:27 AM
Unknown Object (File)
Sep 12 2024, 8:23 AM
Unknown Object (File)
Sep 12 2024, 8:23 AM
Unknown Object (File)
Sep 12 2024, 8:23 AM
Unknown Object (File)
Sep 12 2024, 8:23 AM
Subscribers

Details

Summary

Submitted by Gleb.

read_userconfig() is called from get_userconfig() with non-NULL argument, so the check is always false. Drop the _PATH_PW_CONF definition as well.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Looks good. While you are here, please also replace last "/etc" literal in the pw.c's main() function with _PATH_PWD used with all other places of pw(1) sources.

Looks good. While you are here, please also replace last "/etc" literal in the pw.c's main() function with _PATH_PWD used with all other places of pw(1) sources.

Makes sense.

This revision is now accepted and ready to land.Oct 16 2018, 11:04 AM
This revision was automatically updated to reflect the committed changes.