FreeBSD Bugzilla – Attachment 6610 Details for
Bug 14844
rwhod is remotely crashable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 364 bytes, created by
xaa
on 1999-11-12 16:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
xaa
Created:
1999-11-12 16:30:01 UTC
Size:
364 bytes
patch
obsolete
>--- /usr/src/usr.sbin/rwhod/rwhod.c Sat Aug 28 16:28:05 1999 >+++ rwhod.c Fri Nov 12 11:17:44 1999 >@@ -281,6 +281,11 @@ > ntohs(from.sin_port)); > continue; > } >+ if (cc < WHDRSIZE) { >+ syslog(LOG_ERR, "Package too short from %x", >+ from.sin_addr); >+ continue; >+ } > if (wd.wd_vers != WHODVERSION) > continue; > if (wd.wd_type != WHODTYPE_STATUS)
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 14844
: 6610