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: Don't loop forever if an RR CLASS doesn't match the apex CLASS. #457

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ximon18
Copy link
Member

@ximon18 ximon18 commented Nov 27, 2024

Fixes #456 in my local testing.

@ximon18 ximon18 requested a review from a team November 27, 2024 11:01
@ximon18 ximon18 linked an issue Nov 27, 2024 that may be closed by this pull request
continue;
}
if apex == first || first.owner().ends_with(apex.owner()) {
for rr in self.slice {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For-looping on a thing that you are also currently modifying sounds scary and unintuitive. I’m kind of surprised the compiler lets you do this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion, signing needs to be changed to not allow multiple classes. There is no need to that feature and it just make the code more complex.

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.

Sign module gets stuck in infinite loop on RFC3597 SOA CLASS
3 participants