|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.297, 2011/12/19 11:59:56 | version 1.298, 2012/01/09 14:31:22 | ||
|---|---|---|---|
|
|
||
| goto bad; | goto bad; | ||
| } | } | ||
| if (hlen > m->m_len) { | if (hlen > m->m_len) { | ||
| if ((m = m_pullup(m, hlen)) == 0) { | if ((m = m_pullup(m, hlen)) == NULL) { | ||
| IP_STATINC(IP_STAT_BADHLEN); | IP_STATINC(IP_STAT_BADHLEN); | ||
| return; | return; | ||
| } | } |