NetBSD/sys/dev/i2o
msaitoh 706bba66ba Fix a buffer pointer check in iop_msg_unmap(). The number of im_xfer
is IOP_MAX_MSG_XFERS and it's three. iop_systab_set() makes three ximit
buffers. In this case, iop_msg_unmap() overrruns by "if((++ix)->ix_size == 0)".
Check overrun first.

 This change fixes a bug that iop(4) panics while attaching iopsp(4).
2015-08-16 19:21:33 +00:00
..
dpti.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
dptivar.h
files.i2o
i2o.h
i2odpt.h
iop.c Fix a buffer pointer check in iop_msg_unmap(). The number of im_xfer 2015-08-16 19:21:33 +00:00
iopio.h
iopreg.h
iopsp.c
iopspvar.h
iopvar.h
ld_iop.c Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
Makefile