WIP: Fix segfault and logic error in remove_duplicate_orports()
- Jul 29, 2020
-
-
Nick Mathewson authored
Closes #40075
-
Nick Mathewson authored
Make the unit test parss by including an explicit IPv6 port and an implicit IPv4 port. See commends for more details.
-
-
- Jul 24, 2020
-
-
Nick Mathewson authored
Fix a very stupid memory management error.
-
Nick Mathewson authored
This function tried to modify an array in place, but did it in a pretty confusing and complicated way. I've revised it to follow a much more straightforward approach. Fixes bug #40065.
-