PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
545 stars 82 forks source link

Ensure DiskCache constructor is called with a blocks count > 0 #1420

Closed kkaempf closed 10 months ago

kkaempf commented 10 months ago

otherwise its assertion would fail when compiled with DEBUG = 1

Fixes #1418

kkaempf commented 10 months ago

Argh, wrong branch, stupid Github