|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.160.6.1, 2007/09/03 16:49:07 | version 1.160.6.2, 2007/12/03 16:15:11 | ||
|---|---|---|---|
|
|
||
| switch (optname) { | switch (optname) { | ||
| case UDP_ENCAP: | case UDP_ENCAP: | ||
| if (m == NULL || m->m_len < sizeof (int)) { | if (m == NULL || m->m_len != sizeof(int)) { | ||
| error = EINVAL; | error = EINVAL; | ||
| break; | break; | ||
| } | } |