CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/27 04:59:30
Modified files:
sys/dev/wscons : wsmux.c
Log message:
Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The same
index is used to index an array which could cause a panic if it's negative.
ok deraadt@
Reported-by: [email protected]
