View | Details | Raw Unified | Return to bug 14844
Collapse All | Expand All

(-)rwhod.c (+5 lines)
Lines 281-286 Link Here
281
				ntohs(from.sin_port));
281
				ntohs(from.sin_port));
282
			continue;
282
			continue;
283
		}
283
		}
284
		if (cc < WHDRSIZE) {
285
			syslog(LOG_ERR, "Package too short from %x",
286
				from.sin_addr);
287
			continue;
288
		}
284
		if (wd.wd_vers != WHODVERSION)
289
		if (wd.wd_vers != WHODVERSION)
285
			continue;
290
			continue;
286
		if (wd.wd_type != WHODTYPE_STATUS)
291
		if (wd.wd_type != WHODTYPE_STATUS)

Return to bug 14844