CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/08 14:56:22
Modified files:
sys/netmpls : mpls_input.c
Log message:
The adjttl functions use m_pullup(). In some cases m_pullup() can return
a new mbuf chain and this chain needs to be returned to the caller else
a use after free may happen.
Issue reported by Maxime Villard
OK bluhm@ deraadt@
