Page MenuHomeFreeBSD

cron: use existing maximum username constant MAXLOGNAME
ClosedPublic

Authored by emaste on Sep 1 2016, 3:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 17, 9:17 PM
Unknown Object (File)
Fri, Apr 17, 5:37 AM
Unknown Object (File)
Fri, Apr 17, 1:44 AM
Unknown Object (File)
Wed, Apr 15, 11:07 PM
Unknown Object (File)
Tue, Apr 14, 8:03 AM
Unknown Object (File)
Sat, Apr 4, 3:10 AM
Unknown Object (File)
Fri, Mar 27, 11:57 PM
Unknown Object (File)
Jan 16 2026, 4:07 PM
Subscribers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to cron: use existing maximum username constant MAXLOGNAME.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: allanjude, delphij, jilles.
allanjude edited edge metadata.

seems reasonable.

This revision is now accepted and ready to land.Sep 1 2016, 4:38 PM
jilles edited edge metadata.

Perhaps it would be even better to use strdup() instead of fixed-length buffers but for a part of FreeBSD that is not very important. This change in this review is important and fixes a real problem.

This revision was automatically updated to reflect the committed changes.

Perhaps it would be even better to use strdup() instead of fixed-length buffers but for a part of FreeBSD that is not very important. This change in this review is important and fixes a real problem.

Yes, cron deserves careful review and probably improvements such as that, but I agree that it's important to get the immediate problem fixed.