FreeBSD Bugzilla – Attachment 107344 Details for
Bug 148116
net-mgmt/net-snmp 5.5 broken libwrap s
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 450 bytes, created by
Yevgeniy Averin
on 2010-06-24 20:00:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yevgeniy Averin
Created:
2010-06-24 20:00:12 UTC
Size:
450 bytes
patch
obsolete
>--- files/patch-snmp_agent.c.orig 2010-06-24 21:42:18.000000000 +0300 >+++ files/patch-snmp_agent.c 2010-06-24 21:43:08.000000000 +0300 >@@ -7,7 +7,7 @@ > #ifdef USE_LIBWRAP > /* Catch udp,udp6,tcp,tcp6 transports using "[" */ > - tcpudpaddr = strstr(addr_string, "["); >-+ tcpudpaddr = strrchr(addr_string, '['); >++ tcpudpaddr = strchr(addr_string, '['); > if ( tcpudpaddr != 0 ) { > char sbuf[64]; > char *xp;
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 148116
: 107344