Edit

IABSD.fr/src/usr.sbin/iscsid

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2026-05-20 20:55:57
    Hash : adc01af7
    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@