summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_var_mem.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-09efi_loader: Avoid underflow when calculating remaining var store sizeAlper Nebi Yasak1-0/+4
2023-02-19efi_loader: avoid buffer overrun in efi_var_mem_compareHeinrich Schuchardt1-1/+3
2022-12-29efi_loader: use u16_strlen() in efi_var_mem_ins()Heinrich Schuchardt1-3/+1
2022-12-20efi_loader: fix efi_get_next_variable_name_mem()Heinrich Schuchardt1-3/+3
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt1-3/+4
2021-01-20efi_loader: Avoid emitting efi_var_buf to .GOTIlias Apalodimas1-1/+12
2020-11-21efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt1-3/+8
2020-09-15efi_loader: efi_var_mem_notify_exit_boot_servicesHeinrich Schuchardt1-1/+1
2020-08-01efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas1-1/+69
2020-07-22efi_loader: don't use memmove() in efi_var_mem_del()Heinrich Schuchardt1-1/+2
2020-07-22efi_loader: efi_current_var after SetVirtualAddressMapHeinrich Schuchardt1-0/+1
2020-07-12efi_loader: memory buffer for variablesHeinrich Schuchardt1-0/+266