Project

General

Profile

Bug #3897

Updated by Davide Pesavento over 7 years ago

For `tcp:` and `udp:` schemes, if If the canonization doesn't trigger a DNS resolution, for example because the host component of the URI already contains a valid IP address, the port number is never checked for validity. 

 https://gerrit.named-data.net/3466 adds one failing example to each of the `TestFaceUri/Canonize{Udp,Tcp}{V4,V6}` test cases.

Back