freebsd-dev/sys/dev/iscsi_initiator
John Baldwin 3eb7c1bf06 Don't run strcmp() against strings stored in user memory.
Instead, copy the strings into a temporary buffer on the stack and
run strcmp on the copies.

Reviewed by:	brooks, kib
Obtained from:	CheriBSD
MFC after:	1 week
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24567
2020-04-27 18:04:42 +00:00
..
isc_cam.c Remove support for FreeBSD 4-7 from the iscsi initiator. 2020-03-01 18:18:01 +00:00
isc_sm.c Fix build. 2020-03-01 18:55:59 +00:00
isc_soc.c Remove support for FreeBSD 4-7 from the iscsi initiator. 2020-03-01 18:18:01 +00:00
isc_subr.c Don't run strcmp() against strings stored in user memory. 2020-04-27 18:04:42 +00:00
iscsi_subr.c Fix build. 2020-03-01 18:55:59 +00:00
iscsi.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
iscsi.h
iscsivar.h Remove support for FreeBSD 4-7 from the iscsi initiator. 2020-03-01 18:18:01 +00:00