Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: src/platform/vboot_reference/tests/firmware_image_tests.c

Issue 1430001: VBoot Reference: Fix splicing bugs in Firmware and Kernel verification. (Closed)
Patch Set: . Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/vboot_reference/tests/firmware_image_tests.c
diff --git a/src/platform/vboot_reference/tests/firmware_image_tests.c b/src/platform/vboot_reference/tests/firmware_image_tests.c
index 627b6349a3f2c10840cfc0e3e526d4dba16d9bea..fd19560673b40bc9c0e7977a46dfad45a85d2062 100644
--- a/src/platform/vboot_reference/tests/firmware_image_tests.c
+++ b/src/platform/vboot_reference/tests/firmware_image_tests.c
@@ -82,7 +82,8 @@ int main(int argc, char* argv[]) {
1, /* Firmware Version. */
1000, /* Firmware length. */
root_key_file,
- firmware_key_file);
+ firmware_key_file,
+ 'F');
if (!root_key_pub || !firmware_sign_key_buf || !image) {
error_code = 1;

Powered by Google App Engine
This is Rietveld 408576698