Fix segfault and logic error in remove_duplicate_orports()
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.
parent
010387e4
No related branches found
No related tags found
This commit is part of merge request !84. Comments created here will be created in the context of that merge request.
Please register or sign in to comment