]> git.proxmox.com Git - mirror_edk2.git/commit - Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c
Nt32Pkg WinNtSimpleFileSystemDxe: Correct file length.
authorDong, Eric <eric.dong@intel.com>
Mon, 10 Oct 2016 08:36:18 +0000 (16:36 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Tue, 11 Oct 2016 02:17:25 +0000 (10:17 +0800)
commit3643e8e70d3053476aeecd01b3053918f7c74b61
treeb78edf117fbf7cd4c6560f5b03d97558c35d2839
parent87c04781d5a7d13ba3cae87daedd52fe71280f3f
Nt32Pkg WinNtSimpleFileSystemDxe: Correct file length.

In GetInfo interface, current code copy real file name buffer
with full path file length. It should use real file name
length. This patch fix this error.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c