[UDFS] Fix crash on boot in release builds with UDFS removable media inserted (#4061...
authorDoug Lyons <douglyons@douglyons.com>
Mon, 25 Oct 2021 20:21:43 +0000 (15:21 -0500)
committerGitHub <noreply@github.com>
Mon, 25 Oct 2021 20:21:43 +0000 (22:21 +0200)
commita91f5e8e4db2fc9af3d09175e537f16307db17f3
treea345a407d43041bd3b601fa9b99e663257dc5c25
parentcd48bc7af813e0b45de21b544d13f4022cd01caf
[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
drivers/filesystems/udfs/close.cpp
drivers/filesystems/udfs/create.cpp
drivers/filesystems/udfs/dircntrl.cpp