efi-boot-shim/lib
Peter Jones b0a2ea0caa get_variable: always allocate a NUL character at the end.
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>
2021-02-13 13:15:12 -05:00
..
configtable.c console: Add console_print and console_print_at helpers 2018-03-12 18:00:41 -04:00
console.c MokManager: console mode modification for hi-dpi screen devices 2020-07-23 20:53:24 -04:00
execute.c console: Add console_print and console_print_at helpers 2018-03-12 18:00:41 -04:00
guid.c Also use a config table to mirror mok variables. 2020-07-25 22:14:08 -04:00
Makefile Add a mechanism to print openssl errors 2017-08-31 15:13:45 -04:00
security_policy.c Always use lower case for our local include file names. 2021-01-29 18:24:57 -05:00
shell.c console: Add console_print and console_print_at helpers 2018-03-12 18:00:41 -04:00
simple_file.c simple_file: fix uninitialized variable/unchecked return 2020-07-23 20:53:24 -04:00
variables.c get_variable: always allocate a NUL character at the end. 2021-02-13 13:15:12 -05:00