-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup darwin usage of strtok and strncpy in DNS implementation (#11934
) * Update DnssdImpl for darwin * Replace one more instance of strncpy with copystring * Restyle fixes * Use platform namespace prefix for CopyString * Use a memcpy for sometthing that is not a string * add a limit to valuelen on txt records * Validate value lenght - 0 size value should not copy anything * Restyle fixes * Fix off by one memcpy
- Loading branch information
Showing
1 changed file
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters