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

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

Fix ipv6 parsing. #1804

wants to merge 1 commit into from

Conversation

davidv1992
Copy link
Member

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

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 4 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.

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
1 participant