mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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;
|
||||
PEXTENDED_FILE_ENTRY ExFileEntry;
|
||||
USHORT Ident;
|
||||
BOOLEAN ReadSizes;
|
||||
BOOLEAN ReadSizes = FALSE;
|
||||
NTSTATUS status;
|
||||
PtrUDFNTRequiredFCB NtReqFcb;
|
||||
|
||||
|
|
Loading…
Reference in a new issue