Felix A. Croes b350dffe6c Fix 32 bit overflow issue in FspFsvolReadCached.
FspFsvolReadCached takes care not to read beyond the end of the file.
However, the offset check uses a 32 bit comparison, which fails for
files >= 4G.  As a result, reads on a large file will skip blocks at
offset (filesize % 4G), and those blocks will zero-filled.
2019-03-07 09:45:42 +01:00
..
2019-02-28 10:39:31 -08:00
2019-02-28 10:39:31 -08:00
2019-02-28 10:39:31 -08:00
2019-02-28 10:39:31 -08:00
2019-02-28 10:39:31 -08:00