mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
In m_aux_delete, no need to chase beyond victim.
Submitted by: archie Obtained from: KAME
This commit is contained in:
parent
4418dbbd1a
commit
4b562eede1
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ m_aux_delete(struct mbuf *m, struct mbuf *victim)
|
|||
m->m_pkthdr.aux = n->m_next;
|
||||
n->m_next = NULL;
|
||||
m_free(n);
|
||||
return;
|
||||
} else
|
||||
prev = n;
|
||||
n = next;
|
||||
|
|
|
|||
Loading…
Reference in a new issue