1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

boot: Add missing assert to file_read()

This commit is contained in:
Jan Janssen 2022-01-13 13:43:29 +01:00
parent e1e086d1f7
commit 27c106bab8

View File

@ -440,6 +440,7 @@ EFI_STATUS file_read(EFI_FILE *dir, const CHAR16 *name, UINTN off, UINTN size, C
_cleanup_freepool_ CHAR8 *buf = NULL;
EFI_STATUS err;
assert(dir);
assert(name);
assert(ret);