Fix overflow on SecureDigital CSD v2.0 size calculation.

This commit is contained in:
2018-08-05 01:09:43 +01:00
parent a7e8c43183
commit 3f0429586b
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ namespace DiscImageChef.Decoders.SecureDigital
{
case 0x02: return "Kingston";
case 0x03: return "Sandisk";
case 0x27: return "CnMemory";
case 0xAA: return "QEMU";
default: return $"Unknown manufacturer ID 0x{sdVendorId:X2}";
}