freebsd-skq/usr.sbin/iscsid
trasz 43f0c94846 Fix string overflow that could occur during redirection due to passing
the wrong length to strlcpy(3). It looks like it could overflow into
the next field, isc_user, which is properly long to accomodate for it;
I don't think it could cause any harm other than breaking the connection.

Reviewed by:	mav
MFC after:	2 weeks
Sponsored by:	NetApp, Inc.
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D26247
2020-09-01 14:52:35 +00:00
..
chap.c
discovery.c
iscsid.8
iscsid.c
iscsid.h
keys.c
log.c
login.c Fix string overflow that could occur during redirection due to passing 2020-09-01 14:52:35 +00:00
Makefile Stop hardcoding WARNS in iscsid(8). 2020-04-01 15:09:52 +00:00
Makefile.depend
pdu.c