diff options
| author | Alex Burmashev <alexander.burmashev@oracle.com> | 2021-03-10 08:49:54 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-03-10 16:41:32 -0500 |
| commit | 4033d1fd0f25196f9a35e944679676277cd51960 (patch) | |
| tree | 082dddb5dbb4f1bbb36fd84176a3de355995d332 /shim.c | |
| parent | 9bfdf2dea93621c9231793e2ade6b56abf7f6b8d (diff) | |
| download | efi-boot-shim-4033d1fd0f25196f9a35e944679676277cd51960.tar.gz efi-boot-shim-4033d1fd0f25196f9a35e944679676277cd51960.zip | |
Fix compilation for older gcc
Signed-off-by: Alex Burmashev <alexander.burmashev@oracle.com>
Diffstat (limited to 'shim.c')
| -rw-r--r-- | shim.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1095,7 +1095,7 @@ EFI_STATUS start_image(EFI_HANDLE image_handle, CHAR16 *ImagePath) void *sourcebuffer = NULL; UINT64 sourcesize = 0; void *data = NULL; - int datasize; + int datasize = 0; /* * We need to refer to the loaded image protocol on the running |
