]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseLib/SafeString.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / BaseLib / SafeString.c
2022-11-07 Pedro FalcatoMdePkg/BaseLib: Fix out-of-bounds reads in SafeString
2021-12-07 Michael KubackiMdePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdePkg: Change OPTIONAL keyword usage style
2021-11-08 Michael D KinneyMdePkg: Reproduce builds across source format changes
2020-05-22 Vitaly CheptsovMdePkg: Fix SafeString performing assertions on runtime...
2019-04-09 Michael D KinneyMdePkg: Replace BSD License with BSD+Patent License
2019-01-31 Mike TurnerMdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUp...
2018-10-23 Hao WuMdePkg/BaseLib: AsciiStrToUnicodeStr(S) not handle...
2018-02-06 Ruiyu NiMdePkg/SafeString: Fix potential out-of-bound memory...
2017-04-06 Hao WuMdePkg: Convert files to CRLF line ending
2017-03-07 Ruiyu NiMdePkg/SafeString.c: Fix code to be more readable
2017-02-28 Ruiyu NiMdePkg/BaseLib: Add AsciiStrToGuid/HexToBytes/ToIpv...
2017-02-28 Ruiyu NiMdePkg/BaseLib: Add StrToGuid/StrHexToBytes/StrToIpv...
2017-02-15 Hao WuMdePkg/BaseLib: Refine logic for (Ascii)StrnLenS to...
2017-01-09 Hao WuMdePkg/BaseLib: Add safe string functions [U|A]StrnTo...
2017-01-09 Hao WuMdePkg/BaseLib: Add safe string functions that convert...
2017-01-09 Hao WuMdePkg/BaseLib: Add safe string functions [Ascii]StrnSizeS
2016-12-22 Hao WuMdePkg/BaseLib: Refine (Ascii)StrnLenS functions logic
2016-06-06 Jiewen YaoMdePkg/BaseLib: Add 2 more safe string functions.
2016-05-24 Jiewen YaoMdePkg/BaseLib: Add more comments for safe string funct...
2015-07-13 Leif LindholmMdePkg: ensure SafeString length functions don't access...
2015-05-06 Yao, JiewenAdd ASSERT comment for SafeString API in BaseLib for...
2014-11-07 jyao1Add safe string function to base lib.