Edit

IABSD.fr/src/usr.sbin

Branch :

  • Show log

    Commit

  • Author : mvs
    Date : 2020-08-09 14:35:31
    Hash : c1a524bc
    Message : Some times ago we disabled in-kernel timeout for pppx(4) related pipex(4) sessions. We did this for prevent use after free issue caused by pipex_timer(). By default "idle-timeout" is not set in npppd.conf(5) and I guess this is reason for we forgot to describe this exception in npppd.conf(5). Since it's pppx(4) related bug description was added to BUGS section of pppx(4) man page. npppd.conf(5) has this exception described in "idle-timeout" section. ok jmc@ yasuoka@