[0.4.10][UDFS] Fix crash on boot in release builds with UDFS removable media inserted...
authorJoachim Henze <Joachim.Henze@reactos.org>
Sun, 14 Nov 2021 20:21:33 +0000 (21:21 +0100)
committerJoachim Henze <Joachim.Henze@reactos.org>
Sun, 14 Nov 2021 20:21:33 +0000 (21:21 +0100)
commita06834c581642ec731df2734aab724788b185f32
tree797120c7a3be75bc5aef686cb6b6632e849b1f6b
parent47317ffb2373b3c8f2fac1755adc6e9ee709cbd9
[0.4.10][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 == git 3a104c8f20b540cb057609c5035200409dc9d83a

Fix picked from 0.4.15-dev-3326-g a91f5e8e4db2fc9af3d09175e537f16307db17f3
drivers/filesystems/udfs/close.cpp
drivers/filesystems/udfs/create.cpp
drivers/filesystems/udfs/dircntrl.cpp