Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
Description
Chrome setup tries to extract a 140 MB 7zip archive in one go. This fails in NtWriteFile (with IoAllocateMdl returning NULL) because this buffer is too large for an MDL. The culprit here is that fastfat should not in fact be using DO_DIRECT_IO.