summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Disk/UdfDxe/File.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-131/+144
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/UdfDxe: Update GetInfo() for FS VolumeLabel info requestHao Wu2018-10-231-63/+34
* MdeModulePkg/UdfDxe: Correct behavior for UdfSetPosition()Hao Wu2018-10-231-1/+1
* MdeModulePkg/UdfDxe: Refine boundary checks for file/path name stringHao Wu2018-10-231-6/+24
* MdeModulePkg/UdfDxe: Handle dead codes in File.cHao Wu2018-10-181-0/+4
* MdeModulePkg/UdfDxe: Use debug msg instead of ASSERT in UdfOpen()Hao Wu2018-10-181-1/+5
* MdeModulePkg/UdfDxe: ASSERT for false positives of NULL ptr derefHao Wu2018-10-181-0/+9
* MdeModulePkg/UDF: Fix creation of UDF logical partitionPaulo Alcantara2017-09-251-12/+4
* MdeModulePkg/Udf: Refine function description commentsHao Wu2017-09-191-1/+1
* MdeModulePkg/UdfDxe: Fix operands of different size in bitwise OPHao Wu2017-09-191-1/+1
* MdeModulePkg/UdfDxe: Add checks to ensure no possible NULL ptr derefHao Wu2017-09-191-0/+1
* MdeModulePkg/UdfDxe: Fix NULL pointer dereferencePaulo Alcantara2017-09-151-1/+2
* MdeModulePkg/UdfDxe: replace zero-init of local variables with ZeroMem()Laszlo Ersek2017-09-121-2/+4
* MdeModulePkg: Initial UDF/ECMA-167 file system supportPaulo Alcantara2017-09-081-0/+908