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)
Fri, Oct 17, 11:59 AM
Unknown Object (File)
Sun, Oct 12, 5:24 AM
Unknown Object (File)
Mon, Oct 6, 12:01 AM
Unknown Object (File)
Sat, Sep 27, 6:53 PM
Unknown Object (File)
Sep 15 2025, 12:39 AM
Unknown Object (File)
Aug 25 2025, 7:12 AM
Unknown Object (File)
Aug 23 2025, 12:01 AM
Unknown Object (File)
Aug 18 2025, 2:41 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 Not Applicable
Unit
Tests Not Applicable

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.