CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2020/04/01 01:15:59

Modified files:
        sys/net        : if_pppx.c 

Log message:
Disallow session timeout on pppx(4).

The timeout code currently assumes that the `session' descriptor it deals
with is independently allocated.  This isn't true for pppx(4) and result
in memory corruption.  So disable the feature until the code is fixed.

Bug reported and fix provided by Vitaliy Makkoveev.

Reply via email to