CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/26 14:43:31
Modified files:
sys/netinet : ip_input.c
Log message:
Pass correct argument to m_tag_delete() in ip_srcroute()
When the ip_srcroute function was redone to follow what FreeBSD did
the m_tag_delete() call was not correctly adjusted. In FreeBSD the
tag data structs always start with a struct m_tag while in OpenBSD
this wrapping is not done.
ip_srcroute is disabled by default and nobody sane turns it on.
>From a report by Frank Denis
OK dlg@ deraadt@