Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in shadow handling on interfaces #229

Merged

Conversation

kjonescertinia
Copy link
Contributor

This fixes a bug in shadow handling on interface that is triggered by the download FDN metadata. The fix is also on #155 but though better to split out as that PR is taking some time.

The problem here was we could end up with two interface methods each thinking it shadowed the other causing stack overflow in the unused analysis. The cause was the ordering we used to setup the shadow relationship which I have changed to ensure the interfaces are processed in the correct order.

@kjonescertinia kjonescertinia merged commit e848407 into main Sep 19, 2023
@kjonescertinia kjonescertinia deleted the 108-stackoverflow-exception-after-download-fdn-metadata branch September 19, 2023 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants