summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-395/+395
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-47/+50
2020-08-19ShellPkg: Fix spelling mistake for occurredMichael D Kinney1-2/+2
2019-12-05ShellPkg/edit: typo "%d Lines Wrote"Heinrich Schuchardt1-1/+1
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-2/+2
2018-02-09ShellPkg/hexedit: Fix a read-after-free bugRuiyu Ni1-14/+9
2015-02-02ShellPkg: Fix typos.Qiu Shumin1-2/+2
2011-11-29ShellPkg: Fix handling of empty files in Hexeditjcarsey1-1/+4
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-0/+1
2011-10-11ShellPkg: Add checks for NULL pointers. jcarsey1-1/+1
2011-04-06add comments to function declarations and definitions and updated to match co...jcarsey1-149/+42
2011-04-02Comment's added and fixed.jcarsey1-1/+2
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-1/+1
2011-03-29smbiosview - add user input verification.jcarsey1-0/+1
2011-03-26add Edit and HexEdit commands.jcarsey1-0/+504