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, Apr 30, 10:49 PM (9 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17866827
Default Alt Text
D45896.diff (331 B)

Event Timeline