CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/05/15 02:57:21
Modified files: sys/net : ppp_tty.c Log message: Grab the KERNEL_LOCK() in pppasyncstart/pppasyncrelinq/pppasyncctlp. The tty layer still relies on it to serialize access to its data. Fixes crashes reported & tested by form@ via mikeb@. ok mikeb@