CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/29 17:49:41
Modified files:
sys/net : if_pppx.c
Log message:
Prevent concurrent access to incomplete or dying `sc' caused by sleep
points in pppacopen() and pppacclose() paths. Use the same "sc_ready"
logic we use for 'pppx_if' structure.
Reported-by: [email protected]
ok anton@ dlg@
