Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102939845
D45896.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
331 B
Referenced Files
None
Subscribers
None
D45896.diff
View Options
diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c
--- a/lib/libfetch/fetch.c
+++ b/lib/libfetch/fetch.c
@@ -399,7 +399,7 @@
/* hostname */
if (*p == '[') {
- q = p + 1 + strspn(p + 1, ":0123456789ABCDEFabcdef");
+ q = p + 1 + strspn(p + 1, ":0123456789ABCDEFabcdef.");
if (*q++ != ']')
goto ouch;
} else {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 12:23 AM (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14726015
Default Alt Text
D45896.diff (331 B)
Attached To
Mode
D45896: libfetch: parse IPv4address in IPv6address properly
Attached
Detach File
Event Timeline
Log In to Comment