Page MenuHomeFreeBSD

mountd: Convert some malloc+strcpy to strdup
ClosedPublic

Authored by manu on Sep 26 2017, 8:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 17, 2:15 PM
Unknown Object (File)
Tue, Jun 17, 12:30 AM
Unknown Object (File)
Mon, Jun 2, 10:40 AM
Unknown Object (File)
May 13 2025, 11:03 PM
Unknown Object (File)
May 11 2025, 8:51 AM
Unknown Object (File)
Apr 18 2025, 6:14 AM
Unknown Object (File)
Apr 16 2025, 12:35 AM
Unknown Object (File)
Apr 16 2025, 12:32 AM
Subscribers

Details

Summary

Use strdup/strndup instead of malloc+strcpy

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Sep 26 2017, 8:56 AM
This revision was automatically updated to reflect the committed changes.