CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2022/05/15 14:02:41

Modified files:
        sys/net        : Tag: OPENBSD_7_1 if_pppoe.c 

Log message:
When receiving a PADO offer, clear stored tags from previous PADO packets.
Keeping and combining tags from multiple previous packets could result in
a single accumulated reply overrunning mbuf size limits.  Also make sure
the tag size fields are reset to 0 if allocation fails.

Add size check on mbuf cluster allocation and fail if more than MCLBYTES
are requested.

>From NetBSD.

from tobhe@; tested by naddy@; ok bluhm@

this is errata/7.1/005_pppoe.patch.sig

Reply via email to