Page MenuHomeFreeBSD

Make sure f_name is nul-terminated.
ClosedPublic

Authored by delphij on Sep 17 2015, 7:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 7, 10:24 PM
Unknown Object (File)
Tue, Nov 4, 7:08 PM
Unknown Object (File)
Thu, Oct 30, 5:49 AM
Unknown Object (File)
Wed, Oct 29, 5:12 AM
Unknown Object (File)
Sun, Oct 19, 3:04 AM
Unknown Object (File)
Tue, Oct 14, 3:11 AM
Unknown Object (File)
Oct 7 2025, 9:24 AM
Unknown Object (File)
Sep 18 2025, 1:18 AM
Subscribers

Details

Summary

Use strlcpy instead of strncpy because subsequent mkstemps
expects the string be nul-terminated.

Diff Detail

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

Event Timeline

delphij retitled this revision from to Make sure f_name is nul-terminated..
delphij updated this object.
delphij edited the test plan for this revision. (Show Details)
delphij added reviewers: grehan, neel.
neel edited edge metadata.

Looks good. Thanks for fixing.

This revision is now accepted and ready to land.Sep 17 2015, 5:53 PM
This revision was automatically updated to reflect the committed changes.