Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190205
b: refs/heads/master
c: df37bd1
h: refs/heads/master
i:
  190203: 1d929db
v: v3
  • Loading branch information
Phillip Lougher authored and Linus Torvalds committed Apr 24, 2010
1 parent 263b530 commit 2ff8be4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 22eccdd7d2d94be48ae9b01fef5f52ccbb81dcd5
refs/heads/master: df37bd156dcb4f5441beaf5bde444adac974e9a0
3 changes: 2 additions & 1 deletion trunk/init/initramfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@ static char * __init unpack_to_rootfs(char *buf, unsigned len)
compress_name);
message = msg_buf;
}
}
} else
error("junk in compressed archive");
if (state != Reset)
error("junk in compressed archive");
this_header = saved_offset + my_inptr;
Expand Down

0 comments on commit 2ff8be4

Please sign in to comment.