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)
Feb 18 2025, 5:31 PM
Unknown Object (File)
Feb 18 2025, 4:54 PM
Unknown Object (File)
Feb 10 2025, 3:13 AM
Unknown Object (File)
Jan 24 2025, 7:05 PM
Unknown Object (File)
Jan 14 2025, 9:34 PM
Unknown Object (File)
Nov 26 2024, 11:15 PM
Unknown Object (File)
Nov 25 2024, 3:33 AM
Unknown Object (File)
Nov 17 2024, 11:14 PM
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.