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 ipv6 parsing. #1804

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Fix ipv6 parsing. #1804

merged 1 commit into from
Feb 13, 2025

Conversation

davidv1992
Copy link
Member

Turns out parsing [::] as an Ipv6 fails, whoops. This lets NormalizedAddr just strip the brackets. Closes #1770

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.49%. Comparing base (9833caa) to head (f77e8b0).
Report is 29 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1804      +/-   ##
==========================================
- Coverage   81.50%   81.49%   -0.02%     
==========================================
  Files          68       68              
  Lines       21488    21486       -2     
==========================================
- Hits        17513    17509       -4     
- Misses       3975     3977       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rnijveld rnijveld added this pull request to the merge queue Feb 13, 2025
Merged via the queue into main with commit 8772027 Feb 13, 2025
23 checks passed
@rnijveld rnijveld deleted the fix-ipv6 branch February 13, 2025 08:51
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.

IPv6 literal source fails to initialize properly
2 participants