You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #414 - valenting:ipv4_overflow, r=SimonSapin
Fail IPv4 parsing when the number is overflowing
Right now we don't fail when parsing URLs such as http://10000000000
Parsing returns an overflow, but since we don't differentiate between overflow and it's a number, we just treat it as a regular domain.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/414)
<!-- Reviewable:end -->
0 commit comments