Page MenuHomeFreeBSD

cron: use existing maximum username constant MAXLOGNAME
ClosedPublic

Authored by emaste on Sep 1 2016, 3:49 PM.
Tags
None
Referenced Files
F86227100: D7747.id19962.diff
Mon, Jun 17, 7:27 AM
Unknown Object (File)
Fri, May 31, 8:13 AM
Unknown Object (File)
May 7 2024, 3:38 AM
Unknown Object (File)
Apr 28 2024, 3:11 PM
Unknown Object (File)
Apr 7 2024, 11:00 AM
Unknown Object (File)
Apr 7 2024, 12:46 AM
Unknown Object (File)
Mar 30 2024, 1:51 AM
Unknown Object (File)
Mar 22 2024, 9:12 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.