CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/20 14:55:57
Modified files:
usr.sbin/iscsid: vscsi.c
Log message:
In the vscsi_callback() handle ISCSI_SCSI_STAT_CHCK_COND more carefully.
Especially the embedded sense data needs to be extracted respecting the
real buffer length. Make sure at least 2 bytes are availabe for the lenght
and also check that the resulting len is not bigger then the buffer
itself.
Reported by Frank Denis
OK deraadt@
