mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-04 13:27:32 +00:00
![]() Sometimes we're loading structures that are parsed in string-like ways, but can't necessarily be trusted to be zero-terminated. Solve that by making sure we always have enough aligned, trailing zero bytes to always have at least one NUL character, no matter which character type is being parsed. Signed-off-by: Peter Jones <pjones@redhat.com> |
||
---|---|---|
.. | ||
configtable.c | ||
console.c | ||
execute.c | ||
guid.c | ||
Makefile | ||
security_policy.c | ||
shell.c | ||
simple_file.c | ||
variables.c |