Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156561
b: refs/heads/master
c: fdb8a42
h: refs/heads/master
i:
  156559: 10caf61
v: v3
  • Loading branch information
Roel Kluin authored and H. Peter Anvin committed Aug 9, 2009
1 parent 8fa1e36 commit a3fa8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 498cdbfbcf98e0d2c90a26e6a02a82f043876e48
refs/heads/master: fdb8a42742ac95606668f73481dfb2f760658fdd
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/efi.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ void __init efi_init(void)
*/
c16 = tmp = early_ioremap(efi.systab->fw_vendor, 2);
if (c16) {
for (i = 0; i < sizeof(vendor) && *c16; ++i)
for (i = 0; i < sizeof(vendor) - 1 && *c16; ++i)
vendor[i] = *c16++;
vendor[i] = '\0';
} else
Expand Down

0 comments on commit a3fa8ab

Please sign in to comment.