summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-1/+1
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-708/+770
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/UdfDxe: Memory free/use after free in ResolveSymlink()Hao Wu2018-10-311-3/+11
* MdeModulePkg/UdfDxe: Content check for 'File' in ResolveSymlink()Hao Wu2018-10-311-0/+17
* MdeModulePkg/UdfDxe: Check 'Component Type' within a Path ComponentHao Wu2018-10-311-0/+7
* MdeModulePkg/UdfDxe: Avoid possible use of already-freed dataHao Wu2018-10-231-6/+9
* MdeModulePkg/UdfDxe: Add more check when getting PD from LongAdHao Wu2018-10-231-4/+9
* MdeModulePkg/UdfDxe: Update GetInfo() for FS VolumeLabel info requestHao Wu2018-10-231-0/+84
* MdeModulePkg/UdfDxe: Fix a typo within SetFileInfo()Hao Wu2018-10-231-1/+1
* MdeModulePkg/UdfDxe: Add boundary check for getting volume (free) sizeHao Wu2018-10-231-1/+16
* MdeModulePkg/UdfDxe: Add boundary check for ComponentIdentifier decodeHao Wu2018-10-231-0/+4
* MdeModulePkg/UdfDxe: Add boundary check the read of FE/EFEHao Wu2018-10-231-4/+50
* MdeModulePkg/UdfDxe: Refine boundary checks for file/path name stringHao Wu2018-10-231-7/+58
* MdeModulePkg/UdfDxe: Handle dead codes in FileSystemOperations.cHao Wu2018-10-181-0/+8
* MdeModulePkg/UdfDxe: Use error handling when fail to return LSNHao Wu2018-10-181-32/+69
* MdeModulePkg/UdfDxe: ASSERT for false positives of NULL ptr derefHao Wu2018-10-181-0/+9
* MdeModulePkg/UdfDxe: Use error handling for memory allocation failureHao Wu2018-10-181-6/+34
* MdeModulePkg/UdfDxe: Avoid possible loss track of allocated bufferHao Wu2017-11-201-5/+7
* MdeModulePkg/UdfDxe: Resolve potential NULL pointer dereferenceHao Wu2017-09-271-1/+6
* MdeModulePkg/UDF: Fix creation of UDF logical partitionPaulo Alcantara2017-09-251-368/+259
* MdeModulePkg/UdfDxe: Refine enum member naming styleHao Wu2017-09-191-31/+31
* MdeModulePkg/Udf: Avoid declaring and initializing local GUID variableHao Wu2017-09-191-2/+6
* MdeModulePkg/UdfDxe: Avoid short (single character) variable nameHao Wu2017-09-191-7/+7
* MdeModulePkg/Udf: Refine function description commentsHao Wu2017-09-191-80/+295
* MdeModulePkg/UdfDxe: Use compare operator for non-boolean comparisonsHao Wu2017-09-191-2/+2
* MdeModulePkg/UdfDxe: Fix operands of different size in bitwise OPHao Wu2017-09-191-2/+2
* MdeModulePkg/UdfDxe: Add checks to ensure no possible NULL ptr derefHao Wu2017-09-191-0/+18
* MdeModulePkg UdfDxe: Fix VS2010/VS2012 build failureStar Zeng2017-09-151-0/+4
* MdeModulePkg/UdfDxe: suppress incorrect compiler warning in ReadFile()Laszlo Ersek2017-09-141-0/+5
* MdeModulePkg/UdfDxe: reject reserved values in ICB.Flags[2:0]Laszlo Ersek2017-09-141-0/+8
* MdeModulePkg/UdfDxe: Remove negative comparison of unsigned numberPaulo Alcantara2017-09-131-3/+0
* MdeModulePkg/UdfDxe: don't return unset Status if INLINE_DATA req succeedsLaszlo Ersek2017-09-121-0/+2
* MdeModulePkg/UdfDxe: ASSERT() valid ReadFileInfo Flags for INLINE_DATA reqLaszlo Ersek2017-09-121-0/+3
* MdeModulePkg/UdfDxe: Initialize the array after declarationBi, Dandan2017-09-121-3/+10
* MdeModulePkg/UdfDxe: Add type cast to fix build failure in VS toolsBi, Dandan2017-09-121-8/+8
* MdeModulePkg: Initial UDF/ECMA-167 file system supportPaulo Alcantara2017-09-081-0/+2447