-
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.
* Fix use after free in darwin DnssdImpl Also use safe string functions. * Use loopback for interface -1 on darwin. * Compile fixes. Disable adding the MDNS context to the list. Not sure what the correct solution is. * Remove the MDNS context handling, and free the text entries. * Restyled by clang-format * Use the existing method to clean up the context's memory. * Restyled by clang-format * Update src/platform/Darwin/DnssdImpl.cpp Co-authored-by: Michael Sandstedt <[email protected]> Co-authored-by: Andy Salisbury <[email protected]> Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Michael Sandstedt <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
7 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
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