Bugzilla – Attachment 587 Details for
Bug 825
OpenSSH 3.8p1 breaks on Solaris 8 with 4in6 mapped addresses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Call check_ip_options before mapped address normalisation
normfix.diff (text/plain), 694 bytes, created by
Damien Miller
on 2004-03-31 14:40:18 AEST
(
hide
)
Description:
Call check_ip_options before mapped address normalisation
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2004-03-31 14:40:18 AEST
Size:
694 bytes
patch
obsolete
>Index: canohost.c >=================================================================== >RCS file: /var/cvs/openssh/canohost.c,v >retrieving revision 1.41 >diff -u -r1.41 canohost.c >--- canohost.c 24 Nov 2003 01:57:25 -0000 1.41 >+++ canohost.c 31 Mar 2004 04:33:54 -0000 >@@ -44,6 +44,9 @@ > cleanup_exit(255); > } > >+ if (from.ss_family == AF_INET) >+ check_ip_options(socket, ntop); >+ > ipv64_normalise_mapped(&from, &fromlen); > > if (from.ss_family == AF_INET6) >@@ -55,9 +58,6 @@ > > if (!use_dns) > return xstrdup(ntop); >- >- if (from.ss_family == AF_INET) >- check_ip_options(socket, ntop); > > debug3("Trying to reverse map address %.100s.", ntop); > /* Map the IP address to a host name. */
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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 825
:
582
|
583
|
584
|
585
| 587