Actions
Bug #3897
openFaceUri::canonize doesn't always validate the port number
Status:
New
Priority:
Normal
Assignee:
-
Category:
Network
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
For tcp:
and udp:
schemes, 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.
Updated by Davide Pesavento about 7 years ago
- Category changed from Utils to Network
Updated by Junxiao Shi about 7 years ago
- Blocked by Feature #4324: FaceUri: per-scheme parsing added
Actions