CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2018/11/05 03:06:10

Modified files:
        sys/netinet    : ip_icmp.c 

Log message:
Fixup the case where an mbuf cluster is used. Correctly offset the data to
the end of the cluster (there is no M_ALIGN version for clusters so it is
hard coded). Also make the sanity check more general by using m_leadingspace.
Not a security issue since the cluster code is not reachable, there is enough
space in an mbuf.
OK bluhm@

Reply via email to