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)
Wed, Nov 5, 3:09 AM
Unknown Object (File)
Tue, Nov 4, 1:13 PM
Unknown Object (File)
Mon, Oct 27, 11:37 PM
Unknown Object (File)
Sun, Oct 26, 12:11 AM
Unknown Object (File)
Fri, Oct 17, 10:08 AM
Unknown Object (File)
Fri, Oct 17, 10:08 AM
Unknown Object (File)
Fri, Oct 17, 10:08 AM
Unknown Object (File)
Fri, Oct 17, 12:34 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.