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)
Mon, Mar 16, 2:12 AM
Unknown Object (File)
Wed, Mar 11, 6:29 PM
Unknown Object (File)
Wed, Mar 11, 3:19 PM
Unknown Object (File)
Wed, Mar 11, 3:57 AM
Unknown Object (File)
Thu, Feb 26, 8:39 PM
Unknown Object (File)
Thu, Feb 26, 1:05 PM
Unknown Object (File)
Tue, Feb 17, 8:18 PM
Unknown Object (File)
Feb 8 2026, 3:22 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.