FreeBSD Bugzilla – Attachment 15929 Details for
Bug 29406
Log the IP of incoming rpc.statd overflow attacks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 410 bytes, created by
Harlan Stenn
on 2001-08-03 06:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Harlan Stenn
Created:
2001-08-03 06:20:00 UTC
Size:
410 bytes
patch
obsolete
>--- procs.c- Sat Jun 2 00:34:41 2001 >+++ procs.c Sat Jun 2 00:37:50 2001 >@@ -63,7 +63,8 @@ > if (gethostbyname(arg->mon_name)) res.res_stat = stat_succ; > else > { >- syslog(LOG_ERR, "invalid hostname to sm_stat: %s", arg->mon_name); >+ syslog(LOG_ERR, "invalid hostname to sm_stat from %s: %s", >+ inet_ntoa(req->rq_xprt->xp_raddr), arg->mon_name); > res.res_stat = stat_fail; > }
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 29406
: 15929