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)
Sat, Apr 25, 6:52 AM
Unknown Object (File)
Thu, Apr 16, 9:19 AM
Unknown Object (File)
Wed, Apr 15, 3:16 AM
Unknown Object (File)
Tue, Apr 14, 6:26 PM
Unknown Object (File)
Sun, Apr 12, 1:29 PM
Unknown Object (File)
Sat, Apr 11, 11:31 AM
Unknown Object (File)
Wed, Apr 8, 3:30 PM
Unknown Object (File)
Mon, Apr 6, 10:00 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.