Page MenuHomeFreeBSD

Use more modern C rountines.
ClosedPublic

Authored by delphij on Jul 5 2017, 6:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 20, 7:17 PM
Unknown Object (File)
Tue, Oct 14, 6:29 AM
Unknown Object (File)
Sep 25 2025, 12:32 PM
Unknown Object (File)
Sep 16 2025, 11:18 PM
Unknown Object (File)
Aug 31 2025, 3:27 PM
Unknown Object (File)
Aug 30 2025, 3:46 AM
Unknown Object (File)
Aug 30 2025, 2:41 AM
Unknown Object (File)
Aug 29 2025, 12:26 PM
Subscribers

Details

Summary
  • Use strlcat() instead of strncat().
  • Use asprintf() and handle allocation errors.

The resulting init(8) binary is slightly smaller than before.

Diff Detail

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