mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 08:16:34 +00:00
[UDFS] Fix uninitialized variable
CORE-11216
This commit is contained in:
parent
344d559935
commit
d97e49091d
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ UDFFileDirInfoToNT(
|
||||||
UNICODE_STRING DosName;
|
UNICODE_STRING DosName;
|
||||||
PEXTENDED_FILE_ENTRY ExFileEntry;
|
PEXTENDED_FILE_ENTRY ExFileEntry;
|
||||||
USHORT Ident;
|
USHORT Ident;
|
||||||
BOOLEAN ReadSizes;
|
BOOLEAN ReadSizes = FALSE;
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
PtrUDFNTRequiredFCB NtReqFcb;
|
PtrUDFNTRequiredFCB NtReqFcb;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue