Page MenuHomeFreeBSD

D45896.diff
No OneTemporary

D45896.diff

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

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)

Event Timeline