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

Unified Diff: firmware/version.c

Issue 3076033: Zero-out allocated buffer while creating kernel preamble header. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: Created 10 years, 4 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
« no previous file with comments | « no previous file | host/lib/host_common.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/version.c
diff --git a/firmware/version.c b/firmware/version.c
index fcfa45d6d4f11c975592510da034a9b8705f7ad3..64bbe3e2ed959c7b0b70b471835a14973130f061 100644
--- a/firmware/version.c
+++ b/firmware/version.c
@@ -1 +1 @@
-char* VbootVersion = "VBOOv=e20bce1b";
+char* VbootVersion = "VBOOv=be9554d8";
« no previous file with comments | « no previous file | host/lib/host_common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698