-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dummy keychain patch to avoid potential segfaults
Under certain circumstances, use of the dummy keychain patch can cause fairly frequent segfaults when NFD creates UDP multicast faces. These appear to have been due to issues with using using function-local static variables in a way that was not thread safe. After some collaboration with Alex Afanasyev regarding finding a cause, we landed on this fix which adjusts the offending code. Co-Authored-By: Alex Afanasyev <[email protected]> Change-Id: Iadb812cb8a3d87b83421b7fa109dd539f0c7065f
- Loading branch information
Showing
1 changed file
with
19 additions
and
23 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