mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
correct malloc flag argument
Reported by: Kris Kennaway <kris@obsecurity.org>
This commit is contained in:
parent
34d4e9132c
commit
9adc8e4d75
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112130
@ -1603,7 +1603,7 @@ ip6_addaux(m)
|
||||
if (!tag) {
|
||||
tag = m_tag_get(PACKET_TAG_IPV6_INPUT,
|
||||
sizeof (struct ip6aux),
|
||||
M_DONTWAIT);
|
||||
M_NOWAIT);
|
||||
if (tag)
|
||||
m_tag_prepend(m, tag);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user