Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108323960
D44493.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
276 B
Referenced Files
None
Subscribers
None
D44493.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
@@ -426,7 +426,7 @@
goto ouch;
}
}
- if (n < 1 || n > IPPORT_MAX)
+ if (p != q && (n < 1 || n > IPPORT_MAX))
goto ouch;
u->port = n;
p = q;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 9:07 PM (20 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16103700
Default Alt Text
D44493.diff (276 B)
Attached To
Mode
D44493: libfetch: parse scheme://domain:/ correctly
Attached
Detach File
Event Timeline
Log In to Comment