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

Remove un-necessary panic #144

Merged
merged 5 commits into from
Oct 29, 2023
Merged

Remove un-necessary panic #144

merged 5 commits into from
Oct 29, 2023

Conversation

keepsimple1
Copy link
Owner

This is to fix issue #143

@keepsimple1 keepsimple1 added the bug Something isn't working label Oct 29, 2023
Copy link

@JKRhb JKRhb left a comment

Choose a reason for hiding this comment

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

Thank you for this blazingly fast fix! Works like a charm now :)

@keepsimple1 keepsimple1 merged commit f1bbd4d into main Oct 29, 2023
3 checks passed
@keepsimple1 keepsimple1 deleted the remove-panic branch October 29, 2023 16:19
thombles added a commit to mcginty/mdns-sd that referenced this pull request Jun 6, 2024
Fixes getditto/ditto#12396
Upstream report keepsimple1#143

This PR is a manual cherrypick of upstream fix onto our subrepo:
keepsimple1#144

This fixes/removes two explicit panics that can happen in the mDNS
parsing. The change itself is safe - it only touches code blocks that
contained a `panic!()` anyway, plus comments. The new test passes.

I have created a new issue about putting in the work to get us tracking
upstream again: getditto/ditto#12733
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants