Searched hist:70284 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/rwhod/
H A Drwhod.cdiff 70284 Fri Dec 22 19:30:15 MST 2000 iedowse Ensure that received packets are at least as long as the rwho packet
header before trying to process them. Without this sanity check,
rwhod can attempt to byte-swap all of memory when a short packet
is received, and so dies with a SIGBUS.

While I'm here, change two other syslog messages to be more
informative: use dotted quad rather than hex notation for IP
addresses, and include the source IP in the 'bad from port' message.

PR: bin/14844
Reviewed by: dwmalone

Completed in 52 milliseconds