mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[0.4.13][UDFS] Fix crash on boot in release builds with UDFS removable media inserted (#4061) CORE-17598
Changes to specific files and their effects are as follows: create.cpp - Allows booting past second stage with UDFS media inserted without BSOD close.cpp - Allows shutdown without hang dircntrl.cpp - Allows New Hardware Wizard not to hang on initial third phase install It began to crash with the introduction of the UDFS driver in SVN r74901 == git3a104c8f20
Fix picked from 0.4.15-dev-3326-ga91f5e8e4d
This commit is contained in:
parent
5724391336
commit
3e5ddcf1d1
3 changed files with 19 additions and 19 deletions
|
@ -204,7 +204,7 @@ UDFCommonCreate(
|
|||
ACCESS_MASK DesiredAccess;
|
||||
PACCESS_STATE AccessState;
|
||||
|
||||
PVCB Vcb = NULL;
|
||||
_SEH2_VOLATILE PVCB Vcb = NULL;
|
||||
_SEH2_VOLATILE BOOLEAN AcquiredVcb = FALSE;
|
||||
BOOLEAN OpenExisting = FALSE;
|
||||
PERESOURCE Res1 = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue