Savva Mitrofanov 53a00be4e3
Utilities: Correct TestFatDxe/TestNtfsDxe fuzzer logic
We need to pass a non-empty buffer into the read routine because
the return code EFI_BUFFER_TOO_SMALL is expected only for directories.
Properly, the right way is to retrieve file size using FatGetInfo or 
FileGetInfo,  but this will significantly slow down the fuzzing process,
that's why we use  100-byte temporary buffer
2023-07-05 15:35:32 +06:00
..