Bugzilla – Attachment 2513 Details for
Bug 2213
X11 forwarding to DISPLAY containing a hexadecimal-colon IPv6 address fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes Bug in client when $DISPLAY contains IPv6 address
openssh-bug-2213.patch (text/plain), 516 bytes, created by
jens Hektor
on 2014-11-25 01:18:43 AEDT
(
hide
)
Description:
Fixes Bug in client when $DISPLAY contains IPv6 address
Filename:
MIME Type:
Creator:
jens Hektor
Created:
2014-11-25 01:18:43 AEDT
Size:
516 bytes
patch
obsolete
>--- channels.c.orig 2014-07-18 06:11:25.000000000 +0200 >+++ channels.c 2014-11-24 15:09:57.467713282 +0100 >@@ -4037,7 +4037,7 @@ > * hostname:d[.s], where hostname may also be numeric IP address. > */ > strlcpy(buf, display, sizeof(buf)); >- cp = strchr(buf, ':'); >+ cp = strrchr(buf, ':'); > if (!cp) { > error("Could not find ':' in DISPLAY: %.100s", display); > return -1; >@@ -4184,7 +4184,7 @@ > return; > } > >- cp = strchr(disp, ':'); >+ cp = strrchr(disp, ':'); > if (cp) > cp = strchr(cp, '.'); > if (cp)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2213
: 2513