]> git.proxmox.com Git - mirror_edk2.git/commit
Fixed bug in NT32 file system driver. The FileInfo->FileSize returned for a directory...
authorajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 5 May 2007 02:05:48 +0000 (02:05 +0000)
committerajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 5 May 2007 02:05:48 +0000 (02:05 +0000)
commitf4c3fab9b839a86c7f8ad8981d030666272d7539
tree688944aee5ed1c8cd46f278f44359fcc84d40408
parent34e0daf37dcf7279a42a9f12c601707e53998aaa
Fixed bug in NT32 file system driver. The FileInfo->FileSize returned for a directory was not a valid value. I fixed the driver to return the correct value.
It looks like the BDS and Shell use a bad algorithm of guessing how big a file name can be. This is bad as it's not defined by the protocol.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2583 6f19259b-4bc3-4df7-8a09-765794883524
EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.c