audk/FatPkg
Oliver Smith-Denny 58766a4729 FatPkg: Validate Reserved FAT Entries on Volume Open
There are two reserved FAT entries in the FAT filesystem that
are expected to have valid contents in them. Today the FAT drivers
do not validate these entries when reading from a device for the
first time. This can cause infinite loops in the FAT driver when
trying to read corrupted disks as reported in
https://github.com/tianocore/edk2/issues/9679.

This PR follows the recommended update requested in that bug to
check the two reserved FAT entries and validate their contents
against the spec defined values in both FatPei and EnhancedFatDxe
when opening a device for the first time.

Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
2025-01-21 18:40:11 +00:00
..
EnhancedFatDxe FatPkg: Validate Reserved FAT Entries on Volume Open 2025-01-21 18:40:11 +00:00
FatPei FatPkg: Validate Reserved FAT Entries on Volume Open 2025-01-21 18:40:11 +00:00
FatPkg.ci.yaml FatPkg: CI: Add PrEval entry 2025-01-02 23:33:46 +00:00
FatPkg.dec FatPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:59 -07:00
FatPkg.dsc MdePkg: MdeLibs.dsc.inc: Apply StackCheckLibNull to All Module Types 2024-11-13 21:01:46 +00:00
FatPkg.uni FatPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:59 -07:00
FatPkgExtra.uni FatPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:59 -07:00