CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2014/04/03 21:34:41
Modified files: sys/net : if_pppx.c Log message: Paul B. Henson discovered it was possible to hit a kernel panic with pppx when using npppd with multiple pppx devices. This is triggered when pppxclose() is called on device that hasn't been opened causing a NULL dereference and panic. Avoid this by returning ENXIO if the device has not been opened. ok yasuoka@