-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Setting frees an internal structure (didn't dig into which), resulting in a segfault from use after free. Instead, do a serialize / deserialize dance on these sdp objects. * In practice, reuse is unlikely because it should be happening in another process somewhere off in the interwebs. This was only affecting the test harness. However, it would be good to look at it a little harder and see whether it can be prevented even there. * Part of #24
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 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