|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.83, 1999/04/07 02:31:05 | version 1.84, 1999/04/07 05:34:32 | ||
|---|---|---|---|
|
|
||
| /* | /* | ||
| * Check for additional length bogosity | * Check for additional length bogosity | ||
| */ | */ | ||
| if (len < hlen) | if (len < hlen) { | ||
| { | |||
| ipstat.ips_badlen++; | ipstat.ips_badlen++; | ||
| goto bad; | goto bad; | ||
| } | } |