Bugzilla – Attachment 1618 Details for
Bug 1578
Remote port forwarding with a listen port of '0' only works for root user bz #1003
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Change made to line 1123 of serverloop.c
OpenSSHRemoteForwardingFix.txt (text/plain), 293 bytes, created by
Gavin Mathias
on 2009-03-27 14:51:06 AEDT
(
hide
)
Description:
Change made to line 1123 of serverloop.c
Filename:
MIME Type:
Creator:
Gavin Mathias
Created:
2009-03-27 14:51:06 AEDT
Size:
293 bytes
patch
obsolete
> >serverloop.c line 1123 > >replace > >#ifndef NO_IPPORT_RESERVED_CONCEPT > || (listen_port != 0 && listen_port < IPPORT_RESERVED && pw->pw_uid != 0) >#endif > >with > >#ifndef NO_IPPORT_RESERVED_CONCEPT > || (listen_port < IPPORT_RESERVED && pw->pw_uid != 0) >#endif
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 Raw
Actions:
View
Attachments on
bug 1578
: 1618