CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2020/07/28 23:53:52

Modified files:
        sys/dev/wscons : wskbd.c wsmouse.c wsmux.c 

Log message:
Fix yet another panic in which wsevent_fini() ends up being called with
NULL. This one is a race caused by clearing the me_evp member before
calling routines that could end up sleeping.

While here, make wsmux_mux_close() look more like the other mux close
routines for increased symmetry.

ok mpi@

Reported-by: [email protected]

Reply via email to