summaryrefslogtreecommitdiff
path: root/futility/vb1_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'futility/vb1_helper.c')
-rw-r--r--futility/vb1_helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/futility/vb1_helper.c b/futility/vb1_helper.c
index d0dbefcd..f67c1630 100644
--- a/futility/vb1_helper.c
+++ b/futility/vb1_helper.c
@@ -221,6 +221,8 @@ static void UnpackKernelBlob(uint8_t *kernel_blob_data)
/* Bootloader is at the end */
g_bootloader_size = g_preamble->bootloader_size;
g_bootloader_data = kernel_blob_data + now;
+ /* TODO: What to do if this is beyond the end of the blob? */
+
Debug("bootloader_size = 0x%" PRIx64 "\n", g_bootloader_size);
Debug("bootloader_ofs = 0x%" PRIx64 "\n", now);